Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less
index 25a032781d..0060e207ca 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;