summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2016-05-05 20:48:53 +0200
committerStefan Behnel <stefan_ml@behnel.de>2016-05-05 20:48:53 +0200
commite365088375354eb40a3034988637b75858ab1977 (patch)
tree04ef438605b2a8b2fa872ee820618c0a5a61026a
parent529606c179a11cecd218b0836b2eb59d1c943d65 (diff)
downloadpython-lxml-e365088375354eb40a3034988637b75858ab1977.tar.gz
reduce indentation of HTML lists on website
-rw-r--r--doc/html/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/html/style.css b/doc/html/style.css
index 931f6310..2f642621 100644
--- a/doc/html/style.css
+++ b/doc/html/style.css
@@ -240,9 +240,14 @@ dt:before {
content: "\00BB" " ";
}
-ul {
+div.section ul {
line-height: 1.5em;
- margin-left: 1em;
+ padding-left: 1ex;
+ margin-left: 1.5em;
+}
+
+div.section li {
+ padding-left: 0;
}
ol {