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