summaryrefslogtreecommitdiff
path: root/slate/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-05-01 01:51:46 -0400
committerThomas Park <thomas@thomaspark.me>2012-05-01 01:51:46 -0400
commitf6bc5bee91809d50d1082743d9efc90ab25b81fb (patch)
tree3f458aa951ea9220974834c42e62509750b5c69b /slate/variables.less
parentf92ce0f8e3bf510ce012aa744f7e45263503812a (diff)
Revert "all: update to 2.0.3"
This reverts commit f92ce0f8e3bf510ce012aa744f7e45263503812a.
Diffstat (limited to 'slate/variables.less')
-rwxr-xr-xslate/variables.less24
1 files changed, 11 insertions, 13 deletions
diff --git a/slate/variables.less b/slate/variables.less
index 8a5fe8c2..de9d2461 100755
--- a/slate/variables.less
+++ b/slate/variables.less
@@ -1,9 +1,11 @@
// Variables.less
// Variables to customize the look and feel of Bootstrap
// Swatch: Slate
-// Version: 2.0.3
+// Version: 2.0.2
// -----------------------------------------------------
+
+
// GLOBAL VALUES
// --------------------------------------------------
@@ -45,14 +47,10 @@
// Typography
// -------------------------
-@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
-@serifFontFamily: Georgia, "Times New Roman", Times, serif;
-@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
-
@baseFontSize: 13px;
-@baseFontFamily: @sansFontFamily;
+@baseFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
@baseLineHeight: 18px;
-@altFontFamily: @serifFontFamily;
+@altFontFamily: Georgia, "Times New Roman", Times, serif;
@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
@headingsFontWeight: bold; // instead of browser default, bold
@@ -96,9 +94,8 @@
// -------------------------
@inputBackground: @white;
@inputBorder: #ccc;
-@inputBorderRadius: 3px;
@inputDisabledBackground: @grayLighter;
-@formActionsBackground: darken(@grayDarker, 3%);
+
// Dropdowns
// -------------------------
@@ -149,17 +146,16 @@
@navbarBackgroundHighlight: @grayDark;
@navbarText: @grayLight;
-@navbarLinkColor: @grayLighter;
-@navbarLinkColorHover: @grayLighter;
+@navbarLinkColor: @grayLight;
+@navbarLinkColorHover: @white;
@navbarLinkColorActive: @navbarLinkColorHover;
-@navbarLinkBackgroundHover: @grayDark;
+@navbarLinkBackgroundHover: transparent;
@navbarLinkBackgroundActive: @navbarBackground;
@navbarSearchBackground: lighten(@navbarBackground, 25%);
@navbarSearchBackgroundFocus: @white;
@navbarSearchBorder: darken(@navbarSearchBackground, 30%);
@navbarSearchPlaceholderColor: #ccc;
-@navbarBrandColor: @grayLighter;
// Hero unit
@@ -189,6 +185,7 @@
+
// GRID
// --------------------------------------------------
@@ -199,6 +196,7 @@
@gridGutterWidth: 20px;
@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
+
// Fluid grid
// -------------------------
@fluidGridColumnWidth: 6.382978723%;