diff options
Diffstat (limited to 'cerulean/variables.less')
-rwxr-xr-x | cerulean/variables.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cerulean/variables.less b/cerulean/variables.less index d52f2155..6208176f 100755 --- a/cerulean/variables.less +++ b/cerulean/variables.less @@ -1,7 +1,7 @@ // Variables.less // Variables to customize the look and feel of Bootstrap // Swatch: Cerulean -// Version: 2.0.3 +// Version: 2.0.4 // ----------------------------------------------------- // GLOBAL VALUES @@ -107,7 +107,8 @@ @dropdownLinkColor: @grayDark; @dropdownLinkColorHover: @white; @dropdownLinkBackgroundHover: @linkColor; - +@dropdownDividerTop: #e5e5e5; +@dropdownDividerBottom: @white; |