42 lines
No EOL
425 B
CSS
42 lines
No EOL
425 B
CSS
/*
|
|
* bootstrap-sphinx.css
|
|
* ~~~~~~~~~~~~~~~~~~~~
|
|
*
|
|
* Sphinx stylesheet -- Twitter Bootstrap theme.
|
|
*/
|
|
|
|
.navbar-inverse .brand {
|
|
color: #FFF;
|
|
}
|
|
|
|
.page-top {
|
|
top: 0px;
|
|
}
|
|
|
|
|
|
body {
|
|
|
|
padding-top: 50px;
|
|
|
|
}
|
|
.page-top {
|
|
|
|
top: 50px;
|
|
|
|
}
|
|
|
|
.navbar-inner {
|
|
padding-left: 12px !important;
|
|
padding-right: 12px !important;
|
|
}
|
|
|
|
|
|
table {
|
|
border: 0;
|
|
}
|
|
|
|
.footer {
|
|
width: 100%;
|
|
border-top: 1px solid #ccc;
|
|
padding-top: 10px;
|
|
} |