aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-20 21:44:45 -0800
committerMark Otto <[email protected]>2012-12-20 21:44:45 -0800
commit7c04d573d0a08a365f3350c9d52d7cc870f702be (patch)
tree945426f8ffede814dbfbca2d525e1c2101298221 /docs/css.html
parent5d4e7184466a46d7844c8156edda5a7ccef54aad (diff)
downloadbootstrap-7c04d573d0a08a365f3350c9d52d7cc870f702be.tar.xz
bootstrap-7c04d573d0a08a365f3350c9d52d7cc870f702be.zip
update docs regarding normalize and clearfix
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/css.html b/docs/css.html
index 25a8134fa..a3133026d 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -125,8 +125,8 @@
</ul>
<p>These styles can be found within <strong>scaffolding.less</strong>.</p>
- <h3>Reset via Normalize</h3>
- <p>With Bootstrap 2, the old reset block has been dropped in favor of <a href="http://necolas.github.com/normalize.css/" target="_blank">Normalize.css</a>, a project by <a href="http://twitter.com/necolas" target="_blank">Nicolas Gallagher</a> and <a href="http://twitter.com/jon_neal" target="_blank">Jonathan Neal</a> that also powers the <a href="http://html5boilerplate.com" target="_blank">HTML5 Boilerplate</a>. While we use much of Normalize within our <strong>reset.less</strong>, we have removed some elements specifically for Bootstrap.</p>
+ <h3>Normalize reset</h3>
+ <p>For improved cross-browser rendering, we use <a href="http://necolas.github.com/normalize.css/" target="_blank">Normalize</a>, a project by <a href="http://twitter.com/necolas" target="_blank">Nicolas Gallagher</a> and <a href="http://twitter.com/jon_neal" target="_blank">Jonathan Neal</a>.</p>
</section>