diff options
| author | Mark Otto <[email protected]> | 2012-06-24 20:26:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-24 20:26:48 -0700 |
| commit | 71669dda63644a7b4162ca63f8b9c88b3586c7e4 (patch) | |
| tree | fdbae872ac5978bc7d3b285d06c5511c209f8610 /less/variables.less | |
| parent | 160fe7ca597ff0fdaab0bb49494713724468b05b (diff) | |
| download | bootstrap-71669dda63644a7b4162ca63f8b9c88b3586c7e4.tar.xz bootstrap-71669dda63644a7b4162ca63f8b9c88b3586c7e4.zip | |
tons of docs cleanup in css, adding subnav to official components
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index 25a032781..0060e207c 100644 --- a/less/variables.less +++ b/less/variables.less @@ -168,6 +168,16 @@ @navbarBrandColor: @navbarLinkColor; +// Subnav +// ------------------------- +@subnavHeight: 36px; +@subnavBackground: #eeeeee; +@subnavBackgroundHighlight: #f5f5f5; + +@subnavBorder: #e5e5e5; +@subnavBorderRadius: 4px; + + // Hero unit // ------------------------- @heroUnitBackground: @grayLighter; |
