From eb3440b56a8d6ebeb15eebcfa3d6987309acc8d2 Mon Sep 17 00:00:00 2001 From: Lech Wilczynski Date: Wed, 25 Jan 2012 15:20:01 +0100 Subject: [PATCH 1/2] fixed span sum to 10 to display properly. Grid has 12 columns. --- examples/container-app.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/container-app.html b/examples/container-app.html index 788efcbf32..ded402a8a2 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 @@

Page name Supporting text or tagline

-
+

Main content

From 2193866bf0a62a9f900d7231bd4e7fd13b69d6f3 Mon Sep 17 00:00:00 2001 From: Lech Wilczynski Date: Wed, 25 Jan 2012 16:26:51 +0100 Subject: [PATCH 2/2] fixed columns to 7+3 for better proportions --- examples/container-app.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/container-app.html b/examples/container-app.html index ded402a8a2..79764356bb 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 @@

Page name Supporting text or tagline

-
+

Main content

-
+

Secondary content