aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2013-09-19 16:41:06 +0200
committerZlatan Vasović <[email protected]>2013-09-19 16:41:06 +0200
commit73403b78cc9ac12add21cefca2d8bd4109bd333a (patch)
tree1cc55be4936c91c63bebad788233a7e96547a59c
parentabad169f4beff8f2ee1f49074eb2df82f477b5db (diff)
downloadbootstrap-73403b78cc9ac12add21cefca2d8bd4109bd333a.tar.xz
bootstrap-73403b78cc9ac12add21cefca2d8bd4109bd333a.zip
white → #fff
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index b924ae6dd..013b579c3 100644
--- 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>