summaryrefslogtreecommitdiff
path: root/journal/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 /journal/variables.less
parentf6bc5bee91809d50d1082743d9efc90ab25b81fb (diff)
Revert "Revert "all: update to 2.0.3""
This reverts commit f6bc5bee91809d50d1082743d9efc90ab25b81fb.
Diffstat (limited to 'journal/variables.less')
-rwxr-xr-xjournal/variables.less18
1 files changed, 10 insertions, 8 deletions
diff --git a/journal/variables.less b/journal/variables.less
index 53951777..11553e3d 100755
--- a/journal/variables.less
+++ b/journal/variables.less
@@ -1,11 +1,9 @@
// Variables.less
// Variables to customize the look and feel of Bootstrap
// Swatch: Journal
-// Version: 2.0.2
+// Version: 2.0.3
// -----------------------------------------------------
-
-
// GLOBAL VALUES
// --------------------------------------------------
@@ -47,10 +45,14 @@
// Typography
// -------------------------
+@sansFontFamily: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
+@serifFontFamily: Georgia, "Times New Roman", Times, serif;
+@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
+
@baseFontSize: 14px;
-@baseFontFamily: 'Open Sans', 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: @grayLighter;
// Dropdowns
// -------------------------
@@ -156,6 +159,7 @@
@navbarSearchBackgroundFocus: @white;
@navbarSearchBorder: darken(@navbarSearchBackground, 30%);
@navbarSearchPlaceholderColor: #ccc;
+@navbarBrandColor: @navbarLinkColor;
// Hero unit
@@ -185,7 +189,6 @@
-
// GRID
// --------------------------------------------------
@@ -196,7 +199,6 @@
@gridGutterWidth: 20px;
@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
-
// Fluid grid
// -------------------------
@fluidGridColumnWidth: 6.382978723%;