Commit eb3440b5 authored by Lech Wilczynski's avatar Lech Wilczynski

fixed span sum to 10 to display properly. Grid has 12 columns.

parent de4ada3b
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
} }
/* Styles you shouldn't keep as they are for displaying this base example only */ /* Styles you shouldn't keep as they are for displaying this base example only */
.content .span10, .content .span6,
.content .span4 { .content .span4 {
min-height: 500px; min-height: 500px;
} }
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
<h1>Page name <small>Supporting text or tagline</small></h1> <h1>Page name <small>Supporting text or tagline</small></h1>
</div> </div>
<div class="row"> <div class="row">
<div class="span10"> <div class="span6">
<h2>Main content</h2> <h2>Main content</h2>
</div> </div>
<div class="span4"> <div class="span4">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment