Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Geier <Matthias.Geier@gmail.com>2020-05-12 14:08:41 +0300
committerMatthias Geier <Matthias.Geier@gmail.com>2020-05-12 14:08:41 +0300
commit1b9e52613e8c498c80bc9051e60270a5cac0a052 (patch)
tree1c19b6b82150d95169e9f5a33e172113fcd3dbbc /sphinx/themes/basic/static/basic.css_t
parent6e3ae3fc6f640119d7bbbd9ddee4fd2713e4477c (diff)
basic CSS: consistent 7px padding on topic and sidebar
Diffstat (limited to 'sphinx/themes/basic/static/basic.css_t')
-rw-r--r--sphinx/themes/basic/static/basic.css_t4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t
index 01cee109a..e572959be 100644
--- a/sphinx/themes/basic/static/basic.css_t
+++ b/sphinx/themes/basic/static/basic.css_t
@@ -316,7 +316,7 @@ img.align-default, .figure.align-default {
div.sidebar {
margin: 0 0 0.5em 1em;
border: 1px solid #ddb;
- padding: 7px 7px 0 7px;
+ padding: 7px;
background-color: #ffe;
width: 40%;
float: right;
@@ -336,7 +336,7 @@ div.admonition, div.topic, pre, div[class|="highlight"] {
div.topic {
border: 1px solid #ccc;
- padding: 7px 7px 0 7px;
+ padding: 7px;
margin: 10px 0 10px 0;
overflow-x: auto;
}