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/examples.html | |
| parent | 1db72f8d77ba79d4f306cb6abcac1959d650d90f (diff) | |
| download | bootstrap-2cbff258b9351569c76be8e7be1dd9f227a7d2ae.tar.xz bootstrap-2cbff258b9351569c76be8e7be1dd9f227a7d2ae.zip | |
fix examples page
Diffstat (limited to 'docs/examples.html')
| -rw-r--r-- | docs/examples.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples.html b/docs/examples.html index ef2dde5b1..06b70b9b5 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -84,21 +84,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>Basic marketing site</h3> <p>Featuring a hero unit for a primary message and three supporting elements.</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>Fluid layout</h3> <p>Uses our new responsive, fluid grid system to create a seamless liquid layout.</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> |
