diff options
author | Bob Kline <bkline@users.noreply.github.com> | 2021-05-15 15:28:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 21:28:44 +0200 |
commit | 1ea55a8550ca123d9adb4ab9ebc82fa1527f0149 (patch) | |
tree | 13bc01e4ac597d203ed5b3864efd563f6a546c78 | |
parent | 37eae21e132241e67d05776447d7394c153e82f0 (diff) | |
download | python-lxml-1ea55a8550ca123d9adb4ab9ebc82fa1527f0149.tar.gz |
Avoid text overlaps on website banner (GH-318)
-rw-r--r-- | doc/html/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/style.css b/doc/html/style.css index 4cc454aa..b399b3d0 100644 --- a/doc/html/style.css +++ b/doc/html/style.css @@ -164,7 +164,7 @@ div.banner { border: 2px solid darkred; color: darkgreen; line-height: 1em; - margin: 1ex; + margin: 3ex 1ex 1ex; padding: 3pt; } |