aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-30 17:08:09 -0700
committerMark Otto <[email protected]>2013-09-30 17:08:09 -0700
commit25954702ea7eb9d7e0596159041731f9b1fe464e (patch)
tree1c45655f107b768a6b7b3f4016a880e80de8b78b /css.html
parent667002657259b4b29e85a28f38d3be25cd21f778 (diff)
parentf2d90d12dcef5b7871e4b82f2c1de93e461ceec5 (diff)
downloadbootstrap-25954702ea7eb9d7e0596159041731f9b1fe464e.tar.xz
bootstrap-25954702ea7eb9d7e0596159041731f9b1fe464e.zip
Merge pull request #10883 from ZDroid/patch-3
Remove "Remove margin on the body" from base css docs
Diffstat (limited to 'css.html')
-rw-r--r--css.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/css.html b/css.html
index c613bdc26..9824e9923 100644
--- 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>