mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fixed span sum to 10 to display properly. Grid has 12 columns.
This commit is contained in:
parent
de4ada3b88
commit
eb3440b56a
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue