diff options
| author | Mark Otto <[email protected]> | 2012-02-19 16:40:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-19 16:40:41 -0800 |
| commit | 1c7d346767854eb11f723e100dbdce0b60d21e16 (patch) | |
| tree | 321a2ff10c3382f3ad73a4b80ca7c10b3925e9f7 | |
| parent | 8247cb3362094fea315ec46acb0ff1ac42c8e47d (diff) | |
| download | bootstrap-1c7d346767854eb11f723e100dbdce0b60d21e16.tar.xz bootstrap-1c7d346767854eb11f723e100dbdce0b60d21e16.zip | |
quick edit to new global styles section
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 53378 -> 53378 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 e5727e722..df0a3624a 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/scaffolding.html b/docs/scaffolding.html index d07eff27c..97d2bf4c5 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -112,7 +112,7 @@ </pre> </div><!-- /.span --> <div class="span4"> - <h2>Links styled globally</h2> + <h2>Typography and links</h2> <p>Within the <strong>scaffolding.less</strong> file, we set basic global display, typography, and link styles. Specifically, we:</p> <ul> <li>Remove margin on the body</li> diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index d9c84e4e9..bc4953b24 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -36,7 +36,7 @@ </pre> </div><!-- /.span --> <div class="span4"> - <h2>{{_i}}Links styled globally{{/i}}</h2> + <h2>{{_i}}Typography and links{{/i}}</h2> <p>{{_i}}Within the <strong>scaffolding.less</strong> file, we set basic global display, typography, and link styles. Specifically, we:{{/i}}</p> <ul> <li>{{_i}}Remove margin on the body{{/i}}</li> |
