summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2016-05-05 20:36:31 +0200
committerStefan Behnel <stefan_ml@behnel.de>2016-05-05 20:36:31 +0200
commit529606c179a11cecd218b0836b2eb59d1c943d65 (patch)
tree053ad0e9e2e9cec980c19518bfe53bb1e546d204
parent0e669bdea6164f996f5191c14214f75dad608954 (diff)
downloadpython-lxml-529606c179a11cecd218b0836b2eb59d1c943d65.tar.gz
prevent page quote on website from covering menu button
-rw-r--r--doc/html/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/html/style.css b/doc/html/style.css
index 57715218..931f6310 100644
--- a/doc/html/style.css
+++ b/doc/html/style.css
@@ -269,6 +269,7 @@ div.pagequote {
top: 0;
right: 0;
padding: 10px 10px 0 0;
+ margin-left: 6em;
text-align: right;
font-size: 80%;
color: #990000;