Commit 32bcbe56 authored by Mark Otto's avatar Mark Otto

cleanup example templates

parent f6226c9b
...@@ -270,6 +270,18 @@ section > ul li { ...@@ -270,6 +270,18 @@ section > ul li {
/* Example templates
-------------------------------------------------- */
.bs-docs-examples h4 {
margin-bottom: 5px;
}
.bs-docs-examples p {
margin-bottom: 20px;
}
/* Icons /* Icons
-------------------------------------------------- */ -------------------------------------------------- */
......
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
<h1>5. Examples</h1> <h1>5. Examples</h1>
</div> </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> <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"> <div class="span4">
<a class="thumbnail" href="examples/starter-template.html"> <a class="thumbnail" href="examples/starter-template.html">
<img src="assets/img/examples/bootstrap-example-starter.png" alt=""> <img src="assets/img/examples/bootstrap-example-starter.png" alt="">
......
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
<h1>5. Examples</h1> <h1>5. Examples</h1>
</div> </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> <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"> <div class="span4">
<a class="thumbnail" href="examples/starter-template.html"> <a class="thumbnail" href="examples/starter-template.html">
<img src="assets/img/examples/bootstrap-example-starter.png" alt=""> <img src="assets/img/examples/bootstrap-example-starter.png" alt="">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment