docs/theme: Indent

Just do what emacs does, I don't like any of the available css
autoformatters (and we don't use it enough for that to matter)
This commit is contained in:
Fabian Homborg
2021-01-26 09:19:47 +01:00
parent 1e0ac9fa77
commit d5ce648e10

View File

@@ -70,7 +70,7 @@ div.sphinxsidebar {
div#searchbox {
/* Cheesy: The padding is on the sphinxsidebar*wrapper*,
so if this is the last element the bottom padding won't apply.
*/
*/
padding-bottom: 5px;
}
@@ -233,12 +233,12 @@ dl > dt span ~ em {
/* On screens that are less than 700px wide remove anything non-essential
- the sidebar, the gradient background, ... */
@media screen and (max-width: 700px) {
div.sphinxsidebar {
width: 100%;
height: auto;
position: relative;
}
div.content {margin-left: 0;}
div.sphinxsidebar {
width: 100%;
height: auto;
position: relative;
}
div.content {margin-left: 0;}
div.bodywrapper {
margin: 0;
@@ -247,15 +247,15 @@ dl > dt span ~ em {
padding: 1rem;
}
div#fmain {
border-radius: 0px;
margin: 0;
box-shadow: 0;
width: 100%;
padding: 0;
/* We have some padding/margins that would overflow - just remove it */
overflow: clip;
}
div#fmain {
border-radius: 0px;
margin: 0;
box-shadow: 0;
width: 100%;
padding: 0;
/* We have some padding/margins that would overflow - just remove it */
overflow: clip;
}
div.footer {
margin: 0;
}