0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

cleanup example templates

This commit is contained in:
Mark Otto 2013-01-17 15:00:49 -08:00
parent f6226c9b91
commit 32bcbe5671
3 changed files with 14 additions and 2 deletions

View File

@ -270,6 +270,18 @@ section > ul li {
/* Example templates
-------------------------------------------------- */
.bs-docs-examples h4 {
margin-bottom: 5px;
}
.bs-docs-examples p {
margin-bottom: 20px;
}
/* Icons
-------------------------------------------------- */

View File

@ -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="">

View File

@ -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="">