Commit 9f279c60 authored by Mark Otto's avatar Mark Otto

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

parent c6506327
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment