diff options
| author | Mark Otto <[email protected]> | 2013-09-11 21:14:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-11 21:14:10 -0700 |
| commit | 291a23aa4fc62e7593d4471af2b438aa1017a86a (patch) | |
| tree | 69005a74159fc58949066b955e0b7a464579afe5 /less | |
| parent | ba818bc4e3548c74f62d0217df0865d4c4bb5a72 (diff) | |
| download | bootstrap-291a23aa4fc62e7593d4471af2b438aa1017a86a.tar.xz bootstrap-291a23aa4fc62e7593d4471af2b438aa1017a86a.zip | |
Massive customizer audit and overhaul
I probably missed a few things and screwed up a few others, but this
takes the place of much of #9910. I haven't added many variables—that
should be reserved for v3.1—but I have rejiggered the layout, added
missing ones, corrected wrong values, etc.
/cc @cvrebert @juthilo @saas786
Diffstat (limited to 'less')
| -rw-r--r-- | less/variables.less | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/less/variables.less b/less/variables.less index 26f2ed17a..4fffe52bb 100644 --- a/less/variables.less +++ b/less/variables.less @@ -256,13 +256,14 @@ // Basics of a navbar @navbar-height: 50px; @navbar-margin-bottom: @line-height-computed; -@navbar-default-color: #777; -@navbar-default-bg: #f8f8f8; -@navbar-default-border: darken(@navbar-default-bg, 6.5%); @navbar-border-radius: @border-radius-base; @navbar-padding-horizontal: floor(@grid-gutter-width / 2); @navbar-padding-vertical: ((@navbar-height - @line-height-computed) / 2); +@navbar-default-color: #777; +@navbar-default-bg: #f8f8f8; +@navbar-default-border: darken(@navbar-default-bg, 6.5%); + // Navbar links @navbar-default-link-color: #777; @navbar-default-link-hover-color: #333; @@ -585,8 +586,8 @@ // Close // ------------------------ -@close-color: #000; @close-font-weight: bold; +@close-color: #000; @close-text-shadow: 0 1px 0 #fff; |
