diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 12 | ||||
| -rw-r--r-- | docs/getting-started.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/getting-started.mustache | 2 |
3 files changed, 14 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 1d3d01b60..7ab9f5842 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -270,6 +270,18 @@ section > ul li { +/* Example templates +-------------------------------------------------- */ + +.bs-docs-examples h4 { + margin-bottom: 5px; +} +.bs-docs-examples p { + margin-bottom: 20px; +} + + + /* Icons -------------------------------------------------- */ diff --git a/docs/getting-started.html b/docs/getting-started.html index 05feee2a5..02843482f 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -228,7 +228,7 @@ <h1>5. Examples</h1> </div> <p class="lead">Move beyond the base template with a few example layouts. We encourage folks to iterate on these examples and not simply use them as an end result.</p> - <div class="row bootstrap-examples"> + <div class="row bs-docs-examples"> <div class="span4"> <a class="thumbnail" href="examples/starter-template.html"> <img src="assets/img/examples/bootstrap-example-starter.png" alt=""> diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index eeba12752..342b2e5b1 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -159,7 +159,7 @@ <h1>5. Examples</h1> </div> <p class="lead">Move beyond the base template with a few example layouts. We encourage folks to iterate on these examples and not simply use them as an end result.</p> - <div class="row bootstrap-examples"> + <div class="row bs-docs-examples"> <div class="span4"> <a class="thumbnail" href="examples/starter-template.html"> <img src="assets/img/examples/bootstrap-example-starter.png" alt=""> |
