diff options
| author | Lech Wilczynski <[email protected]> | 2012-01-25 15:20:01 +0100 |
|---|---|---|
| committer | Lech Wilczynski <[email protected]> | 2012-01-25 15:20:01 +0100 |
| commit | eb3440b56a8d6ebeb15eebcfa3d6987309acc8d2 (patch) | |
| tree | 2b1693edc6307466ce0385dd89d083fd64cdaa92 /examples/container-app.html | |
| parent | de4ada3b88d7514d0320540e5a298fbe878778e1 (diff) | |
| download | bootstrap-eb3440b56a8d6ebeb15eebcfa3d6987309acc8d2.tar.xz bootstrap-eb3440b56a8d6ebeb15eebcfa3d6987309acc8d2.zip | |
fixed span sum to 10 to display properly. Grid has 12 columns.
Diffstat (limited to 'examples/container-app.html')
| -rw-r--r-- | examples/container-app.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/container-app.html b/examples/container-app.html index 788efcbf3..ded402a8a 100644 --- a/examples/container-app.html +++ b/examples/container-app.html @@ -49,7 +49,7 @@ } /* Styles you shouldn't keep as they are for displaying this base example only */ - .content .span10, + .content .span6, .content .span4 { min-height: 500px; } @@ -100,7 +100,7 @@ <h1>Page name <small>Supporting text or tagline</small></h1> </div> <div class="row"> - <div class="span10"> + <div class="span6"> <h2>Main content</h2> </div> <div class="span4"> |
