summaryrefslogtreecommitdiff
path: root/spacelab/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 /spacelab/variables.less
parentdea6ddc6cfb61098dce18042250de17a86520171 (diff)
all: update to 2.0.3
Diffstat (limited to 'spacelab/variables.less')
-rwxr-xr-xspacelab/variables.less18
1 files changed, 10 insertions, 8 deletions
diff --git a/spacelab/variables.less b/spacelab/variables.less
index 9468ec81..c958f0da 100755
--- a/spacelab/variables.less
+++ b/spacelab/variables.less
@@ -1,11 +1,9 @@
// Variables.less
// Variables to customize the look and feel of Bootstrap
// Swatch: Spacelab
-// 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: #f5f5f5;
// Dropdowns
// -------------------------
@@ -156,6 +159,7 @@
@navbarSearchBackgroundFocus: @white;
@navbarSearchBorder: darken(@navbarSearchBackground, 30%);
@navbarSearchPlaceholderColor: #ccc;
+@navbarBrandColor: @grayDark;
// Hero unit
@@ -185,7 +189,6 @@
-
// GRID
// --------------------------------------------------
@@ -196,7 +199,6 @@
@gridGutterWidth: 20px;
@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
-
// Fluid grid
// -------------------------
@fluidGridColumnWidth: 6.382978723%;