spark-instrumented-optimizer/docs/css/main.css

41 lines
566 B
CSS
Raw Normal View History

---
---
/* ==========================================================================
Author's custom styles
========================================================================== */
/*.brand {
background: url({{HOME_PATH}}img/spark-logo.jpg) no-repeat left center;
height: 40px;
width: 100px;
}
*/
2012-09-13 12:56:27 -04:00
body #content {
line-height: 1.6; /* Inspired by Github's wiki style */
}
2012-09-12 22:47:31 -04:00
.title {
font-size: 32px;
}
h1 {
font-size: 28px;
}
2012-09-12 22:47:31 -04:00
h2 {
font-size: 24px;
}
h3 {
font-size: 21px;
}
code {
color: #333;
}
.container {
max-width: 914px;
}