diff options
| author | Mark Otto <[email protected]> | 2012-11-30 17:43:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 17:43:20 -0800 |
| commit | 094710565693af887ca85324bd5251846bd1708a (patch) | |
| tree | 16b297f3d0e79bc90be74151db4db7c72e550f9b /docs | |
| parent | 51b4de8eec1cb3351b5a6e711a54acae5424935c (diff) | |
| download | bootstrap-094710565693af887ca85324bd5251846bd1708a.tar.xz bootstrap-094710565693af887ca85324bd5251846bd1708a.zip | |
section title change
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/css.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/css.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/css.html b/docs/css.html index 99e9e8ce4..c5d99e6de 100644 --- a/docs/css.html +++ b/docs/css.html @@ -133,7 +133,7 @@ ================================================== --> <section id="gridSystem"> <div class="page-header"> - <h1>Default grid system</h1> + <h1>Grid system</h1> </div> <h2>Live grid example</h2> diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index 8bee2c642..fde94120e 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -68,7 +68,7 @@ ================================================== --> <section id="gridSystem"> <div class="page-header"> - <h1>{{_i}}Default grid system{{/i}}</h1> + <h1>{{_i}}Grid system{{/i}}</h1> </div> <h2>{{_i}}Live grid example{{/i}}</h2> |
