regenerated documentation
This commit is contained in:
37
docs/_static/bootstrap-sphinx.css
vendored
37
docs/_static/bootstrap-sphinx.css
vendored
@@ -5,6 +5,27 @@
|
||||
* Sphinx stylesheet -- Bootstrap theme.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Imports to aggregate everything together.
|
||||
*/
|
||||
|
||||
@import url("./basic.css");
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@import url("./bootswatch-3.3.7/flatly/bootstrap.min.css");
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Styles
|
||||
*/
|
||||
|
||||
.navbar-inverse .brand {
|
||||
color: #FFF;
|
||||
}
|
||||
@@ -17,6 +38,17 @@
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Reset the logo image dimensions. Sites like RTD can override with bad
|
||||
* results on mobile (mega-huge logo...)
|
||||
*
|
||||
* https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/142
|
||||
*/
|
||||
.navbar-brand img {
|
||||
width: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.page-top {
|
||||
top: 0px;
|
||||
}
|
||||
@@ -42,12 +74,17 @@ div.highlight {
|
||||
background: none;
|
||||
}
|
||||
|
||||
a.headerlink {
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
|
||||
a.footnote-reference {
|
||||
vertical-align: super;
|
||||
font-size: 75%;
|
||||
}
|
||||
|
||||
table.footnote td.label {
|
||||
color: inherit;
|
||||
font-size: 100%;
|
||||
display: block;
|
||||
line-height: normal;
|
||||
|
||||
Reference in New Issue
Block a user