diff static/css/custom-variables.less @ 149:d29e2f337b00

Updated to Bootstrap 3.0.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 12 Dec 2013 21:54:04 -0800
parents 13249e5ca51c
children
line wrap: on
line diff
--- a/static/css/custom-variables.less	Wed Dec 11 21:51:51 2013 -0800
+++ b/static/css/custom-variables.less	Thu Dec 12 21:54:04 2013 -0800
@@ -5,14 +5,9 @@
 
 // Bootstrap overrides
 // -------------------------
-@bodyBackground: @white;
-@textColor: @grayDark;
-
-//@monoFontFamily: "Lucida Console", Monaco, Consolas, "Courier New", monospace;
+@body-bg: #fff;
+@text-color: @gray-dark;
 
-@baseFontSize: 18px;
-@baseLineHeight: (@baseFontSize * 1.5);
+@font-size-base: 18px;
+//@line-height-base: (@font-size-base * 1.5);
 
-//@linkColor: rgb(128, 128, 128);
-//@linkColorHover: rgb(96, 96, 96);
-