diff options
| author | Mark Otto <[email protected]> | 2012-02-05 02:24:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-05 02:24:14 -0800 |
| commit | f8c2d9b53d0b3cfba1f7fbced88457f53d1dbbd6 (patch) | |
| tree | 514d1f8bff285e2b33528bce61017769cd01a04f /docs/templates | |
| parent | 59b32586af807d0e4f2985ef6e927e32d8ae2df5 (diff) | |
| download | bootstrap-f8c2d9b53d0b3cfba1f7fbced88457f53d1dbbd6.tar.xz bootstrap-f8c2d9b53d0b3cfba1f7fbced88457f53d1dbbd6.zip | |
remove 940px from default grid heading
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/scaffolding.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index c0fa632e3..1694a052d 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -21,7 +21,7 @@ <h1>{{_i}}Grid system <small>12 columns with a responsive twist</small>{{/i}}</h1> </div> - <h2>{{_i}}Default 940px grid{{/i}}</h2> + <h2>{{_i}}Default grid{{/i}}</h2> <div class="row show-grid"> <div class="span1">1</div> <div class="span1">1</div> |
