mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
fix examples page
This commit is contained in:
parent
1db72f8d77
commit
2cbff258b9
@ -622,6 +622,10 @@ form.well {
|
|||||||
|
|
||||||
/* Eaxmples page
|
/* Eaxmples page
|
||||||
------------------------- */
|
------------------------- */
|
||||||
|
.bootstrap-examples p {
|
||||||
|
font-size: 13px;
|
||||||
|
line-height: 18px;
|
||||||
|
}
|
||||||
.bootstrap-examples .thumbnail {
|
.bootstrap-examples .thumbnail {
|
||||||
margin-bottom: 9px;
|
margin-bottom: 9px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
@ -84,21 +84,21 @@
|
|||||||
|
|
||||||
|
|
||||||
<ul class="thumbnails bootstrap-examples">
|
<ul class="thumbnails bootstrap-examples">
|
||||||
<li class="span4">
|
<li class="span3">
|
||||||
<a class="thumbnail" href="examples/hero.html">
|
<a class="thumbnail" href="examples/hero.html">
|
||||||
<img src="assets/img/examples/bootstrap-example-hero.jpg" alt="">
|
<img src="assets/img/examples/bootstrap-example-hero.jpg" alt="">
|
||||||
</a>
|
</a>
|
||||||
<h3>Basic marketing site</h3>
|
<h3>Basic marketing site</h3>
|
||||||
<p>Featuring a hero unit for a primary message and three supporting elements.</p>
|
<p>Featuring a hero unit for a primary message and three supporting elements.</p>
|
||||||
</li>
|
</li>
|
||||||
<li class="span4">
|
<li class="span3">
|
||||||
<a class="thumbnail" href="examples/fluid.html">
|
<a class="thumbnail" href="examples/fluid.html">
|
||||||
<img src="assets/img/examples/bootstrap-example-fluid.jpg" alt="">
|
<img src="assets/img/examples/bootstrap-example-fluid.jpg" alt="">
|
||||||
</a>
|
</a>
|
||||||
<h3>Fluid layout</h3>
|
<h3>Fluid layout</h3>
|
||||||
<p>Uses our new responsive, fluid grid system to create a seamless liquid layout.</p>
|
<p>Uses our new responsive, fluid grid system to create a seamless liquid layout.</p>
|
||||||
</li>
|
</li>
|
||||||
<li class="span4">
|
<li class="span3">
|
||||||
<a class="thumbnail" href="examples/starter-template.html">
|
<a class="thumbnail" href="examples/starter-template.html">
|
||||||
<img src="assets/img/examples/bootstrap-example-starter.jpg" alt="">
|
<img src="assets/img/examples/bootstrap-example-starter.jpg" alt="">
|
||||||
</a>
|
</a>
|
||||||
|
6
docs/templates/pages/examples.mustache
vendored
6
docs/templates/pages/examples.mustache
vendored
@ -7,21 +7,21 @@
|
|||||||
|
|
||||||
|
|
||||||
<ul class="thumbnails bootstrap-examples">
|
<ul class="thumbnails bootstrap-examples">
|
||||||
<li class="span4">
|
<li class="span3">
|
||||||
<a class="thumbnail" href="examples/hero.html">
|
<a class="thumbnail" href="examples/hero.html">
|
||||||
<img src="assets/img/examples/bootstrap-example-hero.jpg" alt="">
|
<img src="assets/img/examples/bootstrap-example-hero.jpg" alt="">
|
||||||
</a>
|
</a>
|
||||||
<h3>{{_i}}Basic marketing site{{/i}}</h3>
|
<h3>{{_i}}Basic marketing site{{/i}}</h3>
|
||||||
<p>{{_i}}Featuring a hero unit for a primary message and three supporting elements.{{/i}}</p>
|
<p>{{_i}}Featuring a hero unit for a primary message and three supporting elements.{{/i}}</p>
|
||||||
</li>
|
</li>
|
||||||
<li class="span4">
|
<li class="span3">
|
||||||
<a class="thumbnail" href="examples/fluid.html">
|
<a class="thumbnail" href="examples/fluid.html">
|
||||||
<img src="assets/img/examples/bootstrap-example-fluid.jpg" alt="">
|
<img src="assets/img/examples/bootstrap-example-fluid.jpg" alt="">
|
||||||
</a>
|
</a>
|
||||||
<h3>{{_i}}Fluid layout{{/i}}</h3>
|
<h3>{{_i}}Fluid layout{{/i}}</h3>
|
||||||
<p>{{_i}}Uses our new responsive, fluid grid system to create a seamless liquid layout.{{/i}}</p>
|
<p>{{_i}}Uses our new responsive, fluid grid system to create a seamless liquid layout.{{/i}}</p>
|
||||||
</li>
|
</li>
|
||||||
<li class="span4">
|
<li class="span3">
|
||||||
<a class="thumbnail" href="examples/starter-template.html">
|
<a class="thumbnail" href="examples/starter-template.html">
|
||||||
<img src="assets/img/examples/bootstrap-example-starter.jpg" alt="">
|
<img src="assets/img/examples/bootstrap-example-starter.jpg" alt="">
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user