diff options
| author | Lech Wilczynski <[email protected]> | 2012-01-25 16:26:51 +0100 |
|---|---|---|
| committer | Lech Wilczynski <[email protected]> | 2012-01-25 16:26:51 +0100 |
| commit | 2193866bf0a62a9f900d7231bd4e7fd13b69d6f3 (patch) | |
| tree | ee225e4779f0e7d7555eca00c679287cb1b83d07 | |
| parent | eb3440b56a8d6ebeb15eebcfa3d6987309acc8d2 (diff) | |
| download | bootstrap-2193866bf0a62a9f900d7231bd4e7fd13b69d6f3.tar.xz bootstrap-2193866bf0a62a9f900d7231bd4e7fd13b69d6f3.zip | |
fixed columns to 7+3 for better proportions
| -rw-r--r-- | examples/container-app.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/container-app.html b/examples/container-app.html index ded402a8a..79764356b 100644 --- a/examples/container-app.html +++ b/examples/container-app.html @@ -49,12 +49,12 @@ } /* Styles you shouldn't keep as they are for displaying this base example only */ - .content .span6, - .content .span4 { + .content .span7, + .content .span3 { min-height: 500px; } /* Give a quick and non-cross-browser friendly divider */ - .content .span4 { + .content .span3 { margin-left: 0; padding-left: 19px; border-left: 1px solid #eee; @@ -100,10 +100,10 @@ <h1>Page name <small>Supporting text or tagline</small></h1> </div> <div class="row"> - <div class="span6"> + <div class="span7"> <h2>Main content</h2> </div> - <div class="span4"> + <div class="span3"> <h3>Secondary content</h3> </div> </div> |
