summaryrefslogtreecommitdiff
path: root/cerulean/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 /cerulean/variables.less
parentf92ce0f8e3bf510ce012aa744f7e45263503812a (diff)
Revert "all: update to 2.0.3"
This reverts commit f92ce0f8e3bf510ce012aa744f7e45263503812a.
Diffstat (limited to 'cerulean/variables.less')
-rwxr-xr-xcerulean/variables.less18
1 files changed, 8 insertions, 10 deletions
diff --git a/cerulean/variables.less b/cerulean/variables.less
index 06fb512c..19ba6554 100755
--- a/cerulean/variables.less
+++ b/cerulean/variables.less
@@ -1,9 +1,11 @@
// Variables.less
// Variables to customize the look and feel of Bootstrap
// Swatch: Cerulean
-// 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: @monoFontFamily;
+@altFontFamily: Georgia, "Times New Roman", Times, serif;
@headingsFontFamily: 'Telex', sans-serif; // 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: #f5f5f5;
+
// Dropdowns
// -------------------------
@@ -159,7 +156,6 @@
@navbarSearchBackgroundFocus: @white;
@navbarSearchBorder: darken(@navbarSearchBackground, 30%);
@navbarSearchPlaceholderColor: @white;
-@navbarBrandColor: @navbarLinkColor;
// Hero unit
@@ -189,6 +185,7 @@
+
// GRID
// --------------------------------------------------
@@ -199,6 +196,7 @@
@gridGutterWidth: 20px;
@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
+
// Fluid grid
// -------------------------
@fluidGridColumnWidth: 6.382978723%;