]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove "Remove margin on the body" from base css docs 10883/head
authorZlatan Vasović <legospace9876@gmail.com>
Mon, 30 Sep 2013 17:31:41 +0000 (19:31 +0200)
committerZlatan Vasović <legospace9876@gmail.com>
Mon, 30 Sep 2013 17:31:41 +0000 (19:31 +0200)
Normalize did that.

css.html

index 965bdc54810492153144a47fb8bc7b3d9be0c02d..b2da966c789bc5a737e13ce0207e08f2df273d29 100644 (file)
--- a/css.html
+++ b/css.html
@@ -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>