2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Refactor some common classes from docs css and examples, then prevent examples from using docs.css

This commit is contained in:
Mark Otto
2013-02-17 18:58:40 -08:00
parent dba9eea98d
commit c6f341bd17
4 changed files with 18 additions and 11 deletions
+7 -2
View File
@@ -31,6 +31,13 @@ title: Narrow page template
padding-bottom: 19px;
}
/* Custom page footer */
.footer {
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
}
/* Custom container */
.container-narrow {
margin: 0 auto;
@@ -119,8 +126,6 @@ title: Narrow page template
</div>
</div>
<hr>
<div class="footer">
<p>&copy; Company 2013</p>
</div>