diff options
| author | Zlatan Vasović <[email protected]> | 2013-09-30 19:31:41 +0200 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-09-30 19:31:41 +0200 |
| commit | f2d90d12dcef5b7871e4b82f2c1de93e461ceec5 (patch) | |
| tree | c66138268cd807a88ffb8089ec5f756d06814c26 | |
| parent | df5aa7c0f1f00b394ec9d322191e28acd581b754 (diff) | |
| download | bootstrap-f2d90d12dcef5b7871e4b82f2c1de93e461ceec5.tar.xz bootstrap-f2d90d12dcef5b7871e4b82f2c1de93e461ceec5.zip | |
Remove "Remove margin on the body" from base css docs
Normalize did that.
| -rw-r--r-- | css.html | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -44,7 +44,6 @@ base_url: "../" <h3 id="overview-type-links">Typography and links</h3> <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: #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> |
