2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

tons of docs cleanup in css, adding subnav to official components

This commit is contained in:
Mark Otto
2012-06-24 20:26:48 -07:00
parent 160fe7ca59
commit 71669dda63
23 changed files with 301 additions and 239 deletions
+10
View File
@@ -168,6 +168,16 @@
@navbarBrandColor: @navbarLinkColor;
// Subnav
// -------------------------
@subnavHeight: 36px;
@subnavBackground: #eeeeee;
@subnavBackgroundHighlight: #f5f5f5;
@subnavBorder: #e5e5e5;
@subnavBorderRadius: 4px;
// Hero unit
// -------------------------
@heroUnitBackground: @grayLighter;