aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-11 19:53:48 -0700
committerMark Otto <[email protected]>2011-09-11 19:53:48 -0700
commit6bc867ed5c20972801226467feb63e85c9dec060 (patch)
treecac8fc320524970e80304f0833377c1fb79ccd84 /docs/index.html
parent53812bc2d82adb1a4a96afb33391a1d59990c4fe (diff)
downloadbootstrap-6bc867ed5c20972801226467feb63e85c9dec060.tar.xz
bootstrap-6bc867ed5c20972801226467feb63e85c9dec060.zip
change template diagrams to be .media-grid
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html23
1 files changed, 11 insertions, 12 deletions
diff --git a/docs/index.html b/docs/index.html
index 02335fd75..560343ed6 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -151,18 +151,17 @@
<div class="span12">
<h3>Quick-start examples</h3>
<p>Need some quick templates? Check out these basic examples we've put together:</p>
-
- <div class="row">
- <div class="span4">
- <a href="../examples/hero.html"><img src="assets/img/example-diagram-01.png" class="diagram" alt="Simple three-column layout with hero unit"></a>
- </div>
- <div class="span4">
- <a href="../examples/fluid.html"><img src="assets/img/example-diagram-02.png" class="diagram" alt="Fluid layout with static sidebar"></a>
- </div>
- <div class="span4">
- <a href="../examples/container-app.html"><img src="assets/img/example-diagram-03.png" class="diagram" alt="Simple hanging container for apps"></a>
- </div>
- </div>
+ <ul class="media-grid">
+ <li>
+ <a href="../examples/hero.html"><img src="assets/img/example-diagram-01.png" alt="Simple three-column layout with hero unit"></a>
+ </li>
+ <li>
+ <a href="../examples/fluid.html"><img src="assets/img/example-diagram-02.png" alt="Fluid layout with static sidebar"></a>
+ </li>
+ <li>
+ <a href="../examples/container-app.html"><img src="assets/img/example-diagram-03.png" alt="Simple hanging container for apps"></a>
+ </li>
+ </ul>
</div>
<div class="span4">
<h3>Theming Bootstrap</h3>