diff options
Diffstat (limited to 'arc-firefox-theme/chrome/global/aboutReaderContent.css')
-rw-r--r-- | arc-firefox-theme/chrome/global/aboutReaderContent.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arc-firefox-theme/chrome/global/aboutReaderContent.css b/arc-firefox-theme/chrome/global/aboutReaderContent.css index 8412751..94972c5 100644 --- a/arc-firefox-theme/chrome/global/aboutReaderContent.css +++ b/arc-firefox-theme/chrome/global/aboutReaderContent.css @@ -55,7 +55,9 @@ ol, li, figure, .wp-caption { - margin: 0 0 30px 0; + margin: -10px -10px 20px -10px; + padding: 10px; + border-radius: 5px; } p > img:only-child, |