Begin docs

[ci skip]
This commit is contained in:
Mike Helmick 2013-06-06 13:41:56 -04:00
parent ec2bd7d686
commit 55641a1966
72 changed files with 26300 additions and 1 deletions

View file

@ -0,0 +1,42 @@
/*
* 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;
}