diff options
author | Horst3180 | 2017-01-23 15:16:14 +0100 |
---|---|---|
committer | Horst3180 | 2017-01-23 15:16:14 +0100 |
commit | de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a (patch) | |
tree | 41244fb3be08f78984328eb02f5539182ee975da /arc-firefox-theme/chrome/global/aboutReaderContent.css | |
parent | 436efe96181eaff50fac1647f140e298fe11569e (diff) | |
download | solarc-firefox-theme-de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a.tar.gz solarc-firefox-theme-de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a.tar.xz solarc-firefox-theme-de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a.zip |
update to 51.0rc2
Diffstat (limited to 'arc-firefox-theme/chrome/global/aboutReaderContent.css')
-rw-r--r-- | arc-firefox-theme/chrome/global/aboutReaderContent.css | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/arc-firefox-theme/chrome/global/aboutReaderContent.css b/arc-firefox-theme/chrome/global/aboutReaderContent.css index 9c70c08..633391d 100644 --- a/arc-firefox-theme/chrome/global/aboutReaderContent.css +++ b/arc-firefox-theme/chrome/global/aboutReaderContent.css @@ -79,18 +79,21 @@ h3 { line-height: 1.66em; } -a { +a:link { text-decoration: underline; font-weight: normal; } -a, -a:visited, -a:hover, -a:active { +a:link, +a:link:hover, +a:link:active { color: #0095dd; } +a:visited { + color: #c2e; +} + * { max-width: 100%; height: auto; @@ -110,6 +113,15 @@ figure, border-radius: 5px; } +li { + margin-bottom: 0; +} + +li > ul, +li > ol { + margin-bottom: -10px; +} + p > img:only-child, p > a:only-child > img:only-child, .wp-caption img, |