mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Refactor some common classes from docs css and examples, then prevent examples from using docs.css
This commit is contained in:
@@ -31,6 +31,13 @@ title: Narrow page template
|
|||||||
padding-bottom: 19px;
|
padding-bottom: 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Custom page footer */
|
||||||
|
.footer {
|
||||||
|
padding-top: 19px;
|
||||||
|
color: #777;
|
||||||
|
border-top: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
|
||||||
/* Custom container */
|
/* Custom container */
|
||||||
.container-narrow {
|
.container-narrow {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@@ -119,8 +126,6 @@ title: Narrow page template
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p>© Company 2013</p>
|
<p>© Company 2013</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user