[docs][xs]: latest version of docco.css.

This commit is contained in:
Rufus Pollock
2012-11-02 09:56:09 +00:00
committed by Daniel Beilinson
parent 4e8a8eb340
commit da1da60942

View File

@@ -21,6 +21,12 @@ h1, h2, h3, h4, h5, h6 {
h1 { h1 {
margin-top: 40px; margin-top: 40px;
} }
hr {
border: 0 none;
border-top: 1px solid #e5e5ee;
height: 1px;
margin: 20px 0;
}
#container { #container {
position: relative; position: relative;
} }
@@ -115,7 +121,7 @@ table td {
} }
pre, tt, code { pre, tt, code {
font-size: 12px; line-height: 18px; font-size: 12px; line-height: 18px;
font-family: Monaco, Consolas, "Lucida Console", monospace; font-family: Menlo, Monaco, Consolas, "Lucida Console", monospace;
margin: 0; padding: 0; margin: 0; padding: 0;
} }