summaryrefslogtreecommitdiff
path: root/default/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-05-01 01:53:21 -0400
committerThomas Park <thomas@thomaspark.me>2012-05-01 01:53:21 -0400
commit0812eaeb2ba6e78dcf21c4652a009ccf55deb95b (patch)
treef2a1add14fa965bf0df671b34c630848de66a9df /default/variables.less
parentf6bc5bee91809d50d1082743d9efc90ab25b81fb (diff)
Revert "Revert "all: update to 2.0.3""
This reverts commit f6bc5bee91809d50d1082743d9efc90ab25b81fb.
Diffstat (limited to 'default/variables.less')
-rwxr-xr-xdefault/variables.less16
1 files changed, 10 insertions, 6 deletions
diff --git a/default/variables.less b/default/variables.less
index 94c3a066..d8825fb0 100755
--- a/default/variables.less
+++ b/default/variables.less
@@ -45,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
@@ -67,7 +71,7 @@
// -------------------------
@btnBackground: @white;
@btnBackgroundHighlight: darken(@white, 10%);
-@btnBorder: darken(@white, 20%);
+@btnBorder: #ccc;
@btnPrimaryBackground: @linkColor;
@btnPrimaryBackgroundHighlight: spin(@btnPrimaryBackground, 15%);
@@ -92,8 +96,9 @@
// -------------------------
@inputBackground: @white;
@inputBorder: #ccc;
+@inputBorderRadius: 3px;
@inputDisabledBackground: @grayLighter;
-
+@formActionsBackground: #f5f5f5;
// Dropdowns
// -------------------------
@@ -154,6 +159,7 @@
@navbarSearchBackgroundFocus: @white;
@navbarSearchBorder: darken(@navbarSearchBackground, 30%);
@navbarSearchPlaceholderColor: #ccc;
+@navbarBrandColor: @navbarLinkColor;
// Hero unit
@@ -183,7 +189,6 @@
-
// GRID
// --------------------------------------------------
@@ -194,7 +199,6 @@
@gridGutterWidth: 20px;
@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
-
// Fluid grid
// -------------------------
@fluidGridColumnWidth: 6.382978723%;