diff options
| author | Chris Rebert <[email protected]> | 2014-01-17 11:43:18 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-17 11:43:18 -0800 |
| commit | c5bed1a85017aea5d68b21600e09ee35395bb495 (patch) | |
| tree | ac5f57418231830b05784e8456b60032a83c9a37 | |
| parent | af5cebf76bac01177c9307adb2d38c896ce6f04e (diff) | |
| parent | 93ab926dc7521327c6a403bfb460dd20c8d52400 (diff) | |
| download | bootstrap-c5bed1a85017aea5d68b21600e09ee35395bb495.tar.xz bootstrap-c5bed1a85017aea5d68b21600e09ee35395bb495.zip | |
Merge pull request #12275 from ZDroid/ncss
Replace Normalize with Normalize.css
| -rw-r--r-- | docs/css.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/css.html b/docs/css.html index 09d7df311..b1beac26e 100644 --- a/docs/css.html +++ b/docs/css.html @@ -48,8 +48,8 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e </ul> <p>These styles can be found within <code>scaffolding.less</code>.</p> - <h3 id="overview-normalize">Normalize</h3> - <p>For improved cross-browser rendering, we use <a href="http://necolas.github.io/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> + <h3 id="overview-normalize">Normalize.css</h3> + <p>For improved cross-browser rendering, we use <a href="http://necolas.github.io/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>.</p> <h3 id="overview-container">Containers</h3> <p>Easily center a page's contents by wrapping its contents in a <code>.container</code>. Containers set <code>width</code> at various media query breakpoints to match our grid system.</p> |
