sync both themes with toolkit windows theme changes in Mozilla 51 cycle
[themes.git] / LCARStrek / global / aboutReaderContent.css
index 9c70c082757818cd1835df29d414ba5db8ced6e7..633391d3720c39fbd408904d73d4a9da20aa503c 100644 (file)
@@ -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,