mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fixed span sum to 10 to display properly. Grid has 12 columns.
This commit is contained in:
parent
de4ada3b88
commit
eb3440b56a
@ -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…
x
Reference in New Issue
Block a user