diff options
| author | Mark Otto <[email protected]> | 2013-09-19 17:20:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-19 17:20:47 -0700 |
| commit | 22d308b2c12525a7ba65fca4f2ca7dba8a2a80bb (patch) | |
| tree | e947a548ba48edc5dd933547da3bea9c7d989aac | |
| parent | 607b802d2fe8bcf536198d44dd1914212d3b208d (diff) | |
| parent | 73403b78cc9ac12add21cefca2d8bd4109bd333a (diff) | |
| download | bootstrap-22d308b2c12525a7ba65fca4f2ca7dba8a2a80bb.tar.xz bootstrap-22d308b2c12525a7ba65fca4f2ca7dba8a2a80bb.zip | |
Merge pull request #10724 from ZDroid/patch-1
white → #fff
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
