]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
implement @textColor for body text
authorMark Otto <markdotto@gmail.com>
Mon, 30 Jan 2012 17:41:31 +0000 (09:41 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 30 Jan 2012 17:41:31 +0000 (09:41 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/scaffolding.less
less/variables.less

index f658b0e2ef8f1dceb97cb2b3e048e451b68a3b7f..250a05a55456630f405aefe448f338dd116f65b4 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 787e3f2ff7e429dd8ed1c1ae8198ef426ce4ea03..8045e561d810bc57131bb4285bf7bf12eef3f2bc 100644 (file)
@@ -99,7 +99,7 @@ body {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 13px;
   line-height: 18px;
-  color: #555555;
+  color: #333333;
   background-color: #ffffff;
 }
 a {
index d8b3f56abcb643ea47fae2156a3ded36e09c08cd..47ce53818b647e549ce73a4b3ce13de84b595a36 100644 (file)
@@ -11,7 +11,7 @@ body {
   font-family: @baseFontFamily;
   font-size: @baseFontSize;
   line-height: @baseLineHeight;
-  color: @gray;
+  color: @textColor;
   background-color: @white;
 }
 
index d9d79f05c1b0e53a1acf40f7c8c040113cba622e..f01c232e4a8b9ec0d7c48e3c32d35ac04090f489 100644 (file)
@@ -34,6 +34,7 @@
 @baseFontSize:          13px;
 @baseFontFamily:        "Helvetica Neue", Helvetica, Arial, sans-serif;
 @baseLineHeight:        18px;
+@textColor:             @grayDark;
 
 // Buttons
 @primaryButtonBackground:    @linkColor;
@@ -96,4 +97,3 @@
 // Fluid grid
 @fluidGridColumnWidth:    6.382978723%;
 @fluidGridGutterWidth:    2.127659574%;
-