diff options
| author | Mark Otto <[email protected]> | 2011-08-27 15:30:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-27 15:30:18 -0700 |
| commit | 650251228bfda8d57a09b4b350ce2b9f1e0efcc1 (patch) | |
| tree | 8672baea7464277a7ef8d498a0b0bbe69f11306a /docs | |
| parent | b552281558be2ae54e71df064527af5239c494ab (diff) | |
| download | bootstrap-650251228bfda8d57a09b4b350ce2b9f1e0efcc1.tar.xz bootstrap-650251228bfda8d57a09b4b350ce2b9f1e0efcc1.zip | |
redefine the grid to use attribute selectors with css regex, make previously fixed grid values use variables we use elsewhere
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index cbc482002..1a4a02a0c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -210,6 +210,11 @@ <div class="span4 columns">4</div> <div class="span4 columns">4</div> </div><!-- /row --> + <div class="row show-grid" title="Default three column layout"> + <div class="span-one-third column">1/3</div> + <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="Irregular three column layout"> <div class="span4 columns">4</div> <div class="span6 columns">6</div> |
