Skip to content
Snippets Groups Projects
Commit e785df53 authored by Spencer Williams's avatar Spencer Williams
Browse files

Merge branch 'fix/css' into 'master'

some css updates

See merge request documentation/sphinx!4
parents 7a6f0174 c9c10086
No related branches found
No related tags found
No related merge requests found
from os import path
__version__ = '0.0.10'
__version__ = '0.0.12'
def get_html_theme_path():
"""Return list of HTML theme paths."""
......
......@@ -132,8 +132,13 @@ div.sphinxsidebar {
div.body {
padding-left: 23px;
padding-top: 15px;
max-width: 100%;
}
div.body > div.section {
max-width: 80%;
}
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
margin: 0;
padding: 0;
......@@ -161,7 +166,7 @@ div.body div.section {
div.body-rellinks {
margin-top: 6em;
background-color: #fafafa;
padding 0 .5em;
padding: 0 .5em;
}
div.body-rellink {
width: 40%;
......@@ -188,7 +193,6 @@ div.sphinxsidebar ul ul, div.sphinxsidebar ul.want-points {
list-style-type: none;
}
div.sphinxsidebarwrapper > ul,
div.sphinxsidebarwrapper > ul > li > ul,
div#localtoc > ul,
div#localtoc > ul > li > ul,
div.sphinxsidebar p.topless,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment