mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-23 19:01:15 -03:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user