From d5ce648e10a256eafeab30b3e666f8fa814eb8fa Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 26 Jan 2021 09:19:47 +0100 Subject: [PATCH] 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) --- .../python_docs_theme/static/pydoctheme.css | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/doc_src/python_docs_theme/static/pydoctheme.css b/doc_src/python_docs_theme/static/pydoctheme.css index 2a20d26b5..28bc43b28 100644 --- a/doc_src/python_docs_theme/static/pydoctheme.css +++ b/doc_src/python_docs_theme/static/pydoctheme.css @@ -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; }