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

57 lines
985 B
CSS
Executable file

/* ==========================================================================
Author's custom styles
========================================================================== */
.navbar .brand {
background: url(../img/spark-logo-77x40px-hd.png) no-repeat left center;
height: 40px;
width: 77px;
padding: 0 10px 0 0;
}
.navbar-inner {
padding-top: 5px;
padding-bottom: 5px;
}
body #content {
line-height: 1.6; /* Inspired by Github's wiki style */
}
.title {
font-size: 32px;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 21px;
}
code {
color: #333;
}
.container {
max-width: 914px;
}
/**
* Make dropdown menus in nav bars show on hover instead of click
* using solution at http://stackoverflow.com/questions/8878033/how-
* to-make-twitter-bootstrap-menu-dropdown-on-hover-rather-than-click
**/
ul.nav li.dropdown:hover ul.dropdown-menu{
display: block;
}
a.menu:after, .dropdown-toggle:after {
content: none;
}