diff options
| author | Mark Otto <[email protected]> | 2011-08-29 21:41:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-29 21:41:32 -0700 |
| commit | 7070d44aed65344ed52ffbf2a3a9c1ce91c69035 (patch) | |
| tree | fb2fc2b19a2c8a992b5c3fae3d1caf2bfe52f9bb /docs | |
| parent | f17fc367f724ef68e287c45c129558fb62fc6b8e (diff) | |
| download | bootstrap-7070d44aed65344ed52ffbf2a3a9c1ce91c69035.tar.xz bootstrap-7070d44aed65344ed52ffbf2a3a9c1ce91c69035.zip | |
adding more grid docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 3d7f38ba0..97b633ca5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -215,6 +215,10 @@ <div class="span-one-third column">1/3</div> <div class="span-one-third column">1/3</div> </div><!-- /row --> + <div class="row show-grid" title="One-third and two-thirds layout"> + <div class="span-one-third column">1/3</div> + <div class="span-two-thirds column">2/3</div> + </div><!-- /row --> <div class="row show-grid" title="Irregular three column layout"> <div class="span4 columns">4</div> <div class="span6 columns">6</div> @@ -237,6 +241,9 @@ <div class="span8 columns offset4">8 offset 4</div> </div><!-- /row --> <div class="row show-grid"> + <div class="span-one-third columns offset-two-thirds">1/3 offset 2/3s</div> + </div><!-- /row --> + <div class="row show-grid"> <div class="span4 columns offset4">4 offset 4</div> <div class="span4 columns offset4">4 offset 4</div> </div><!-- /row --> |
