]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
white → #fff 10724/head
authorZlatan Vasović <legospace9876@gmail.com>
Thu, 19 Sep 2013 14:41:06 +0000 (16:41 +0200)
committerZlatan Vasović <legospace9876@gmail.com>
Thu, 19 Sep 2013 14:41:06 +0000 (16:41 +0200)
css.html

index b924ae6dd89a09e61e19908d1fde85f2d3c9deb3..013b579c3453d40cafc7bcbfdd3b86e2c9836276 100644 (file)
--- a/css.html
+++ b/css.html
@@ -45,7 +45,7 @@ base_url: "../"
     <p>Bootstrap sets basic global display, typography, and link styles. Specifically, we:</p>
     <ul>
       <li>Remove <code>margin</code> on the body</li>
-      <li>Set <code>background-color: white;</code> on the <code>body</code></li>
+      <li>Set <code>background-color: #fff;</code> on the <code>body</code></li>
       <li>Use the <code>@font-family-base</code>, <code>@font-size-base</code>, and <code>@line-height-base</code> attributes as our typographic base</li>
       <li>Set the global link color via <code>@link-color</code> and apply link underlines only on <code>:hover</code></li>
     </ul>