diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2016-05-13 21:27:04 +0200 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2016-05-13 21:27:04 +0200 |
| commit | e9bf966bc7d35d5010666cebd3dab8f3c32d5210 (patch) | |
| tree | 135169b29110ab7c4bf7485bbd67d6080a7534bd /doc/html | |
| parent | 989a25313800b2cdc113fb5d36e8bb98ae93865f (diff) | |
| download | python-lxml-e9bf966bc7d35d5010666cebd3dab8f3c32d5210.tar.gz | |
keep document body on website readable on some browsers by preventing it from disappearing behind the side menu
Diffstat (limited to 'doc/html')
| -rw-r--r-- | doc/html/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/style.css b/doc/html/style.css index 2f642621..46523a0d 100644 --- a/doc/html/style.css +++ b/doc/html/style.css @@ -6,7 +6,7 @@ body { @media screen and (min-width: 960px) and (min-height: 720px) and (max-resolution: 150dpi), screen and (min-width: 1280px) and (min-height: 720px) { body { - padding: 1em 1em 1em 22em; + padding: 1em 3em 1em 26em; } } @@ -20,7 +20,7 @@ body { @media print { div.document, div.footer { width: auto; - padding-left: 0px; + padding-left: 0; } div.sidemenu { |
