mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-23 02:35:49 +00: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 */
|
/* 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 @@
|
||||||
<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">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue