summaryrefslogtreecommitdiff
path: root/journal/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'journal/variables.less')
-rwxr-xr-xjournal/variables.less18
1 files changed, 8 insertions, 10 deletions
diff --git a/journal/variables.less b/journal/variables.less
index 11553e3d..53951777 100755
--- a/journal/variables.less
+++ b/journal/variables.less
@@ -1,9 +1,11 @@
// Variables.less
// Variables to customize the look and feel of Bootstrap
// Swatch: Journal
-// Version: 2.0.3
+// Version: 2.0.2
// -----------------------------------------------------
+
+
// GLOBAL VALUES
// --------------------------------------------------
@@ -45,14 +47,10 @@
// 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: @sansFontFamily;
+@baseFontFamily: 'Open Sans', sans-serif;
@baseLineHeight: 18px;
-@altFontFamily: @serifFontFamily;
+@altFontFamily: Georgia, "Times New Roman", Times, serif;
@headingsFontFamily: inherit; // 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: @grayLighter;
+
// Dropdowns
// -------------------------
@@ -159,7 +156,6 @@
@navbarSearchBackgroundFocus: @white;
@navbarSearchBorder: darken(@navbarSearchBackground, 30%);
@navbarSearchPlaceholderColor: #ccc;
-@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%;