diff options
| author | Mark Otto <[email protected]> | 2012-06-11 22:33:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-11 22:33:16 -0700 |
| commit | 2cbff258b9351569c76be8e7be1dd9f227a7d2ae (patch) | |
| tree | 416d0274ca35f1ba08839afbd8324ec239fe09f1 /docs/templates | |
| parent | 1db72f8d77ba79d4f306cb6abcac1959d650d90f (diff) | |
| download | bootstrap-2cbff258b9351569c76be8e7be1dd9f227a7d2ae.tar.xz bootstrap-2cbff258b9351569c76be8e7be1dd9f227a7d2ae.zip | |
fix examples page
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/examples.mustache | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/templates/pages/examples.mustache b/docs/templates/pages/examples.mustache index dee7d5651..e5c9143ef 100644 --- a/docs/templates/pages/examples.mustache +++ b/docs/templates/pages/examples.mustache @@ -7,21 +7,21 @@ <ul class="thumbnails bootstrap-examples"> - <li class="span4"> + <li class="span3"> <a class="thumbnail" href="examples/hero.html"> <img src="assets/img/examples/bootstrap-example-hero.jpg" alt=""> </a> <h3>{{_i}}Basic marketing site{{/i}}</h3> <p>{{_i}}Featuring a hero unit for a primary message and three supporting elements.{{/i}}</p> </li> - <li class="span4"> + <li class="span3"> <a class="thumbnail" href="examples/fluid.html"> <img src="assets/img/examples/bootstrap-example-fluid.jpg" alt=""> </a> <h3>{{_i}}Fluid layout{{/i}}</h3> <p>{{_i}}Uses our new responsive, fluid grid system to create a seamless liquid layout.{{/i}}</p> </li> - <li class="span4"> + <li class="span3"> <a class="thumbnail" href="examples/starter-template.html"> <img src="assets/img/examples/bootstrap-example-starter.jpg" alt=""> </a> |
