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 | |
| parent | 59b32586af807d0e4f2985ef6e927e32d8ae2df5 (diff) | |
| download | bootstrap-f8c2d9b53d0b3cfba1f7fbced88457f53d1dbbd6.tar.xz bootstrap-f8c2d9b53d0b3cfba1f7fbced88457f53d1dbbd6.zip | |
remove 940px from default grid heading
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52385 -> 52385 bytes | |||
| -rw-r--r-- | docs/scaffolding.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/scaffolding.mustache | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex bd2b6ffdb..8c304bc8b 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/scaffolding.html b/docs/scaffolding.html index dc20961dc..b2962f317 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -97,7 +97,7 @@ <h1>Grid system <small>12 columns with a responsive twist</small></h1> </div> - <h2>Default 940px grid</h2> + <h2>Default grid</h2> <div class="row show-grid"> <div class="span1">1</div> <div class="span1">1</div> 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> |
