aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-17 15:00:49 -0800
committerMark Otto <[email protected]>2013-01-17 15:00:49 -0800
commit32bcbe5671faf83b9c0161dcae8a1ab0f1d61c59 (patch)
tree1dd4910a5976cd45e8b1bd69efd90265c842c5e1 /docs
parentf6226c9b91c38afc7d5050a3cfd7217edef7fc16 (diff)
downloadbootstrap-32bcbe5671faf83b9c0161dcae8a1ab0f1d61c59.tar.xz
bootstrap-32bcbe5671faf83b9c0161dcae8a1ab0f1d61c59.zip
cleanup example templates
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/docs.css12
-rw-r--r--docs/getting-started.html2
-rw-r--r--docs/templates/pages/getting-started.mustache2
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="">