haystack/docs/v0.6.0/static/rtd_theme.css
Markus Paff b752da1cd5
Add docs v0.6.0 (#689)
* new docs version

* updated directory structure

* Add pipelines page

* Add Finder deprecation suggestion

* header for pipelines file

* Document MySQL support

* Mention DPR train tutorial coming soon

* Mention open distro ES

* Update doc strings regarding similarity fn

* Add link to API docs

* Wrap pipelines docs in box

* add api reference for pipelines

* copied latest version to v0.6.0

* Remove space

* Remove space

* Copy to v0.6.0

Co-authored-by: brandenchan <brandenchan@icloud.com>
2020-12-18 12:47:27 +01:00

47 lines
821 B
CSS

@import url("theme.css");
.wy-side-nav-search {
background-color: #59a5b7;
}
.wy-nav-content {
background-color: #eee;
}
.wy-menu h2 {
margin: 1em auto 0.3em 0.25em;
color: #bbb;
}
/* -- index page ------------------------------------------------------------ */
table.contentstable {
width: 90%;
}
table.contentstable p.biglink {
line-height: 150%;
}
a.biglink {
font-size: 1.3em;
}
span.linkdescr {
font-style: italic;
padding-top: 5px;
font-size: 90%;
}
/* https://github.com/rtfd/sphinx_rtd_theme/pull/591/files and
https://github.com/rtfd/sphinx_rtd_theme/issues/590 */
.rst-content .section ol li p:last-child,
.rst-content .section ul li p:last-child {
margin-bottom: 24px !important;
}
ul.simple {
margin-bottom: 2ex !important; /* dirty but necessary hack */
}