some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / global / aboutReaderContent.css
index 9c70c082757818cd1835df29d414ba5db8ced6e7..f69c17bf88a463383f6873dd3ba5723fa748516e 100644 (file)
@@ -55,6 +55,7 @@
   figure,
   .wp-caption {
     margin: 0 0 10px 0 !important;
+    padding: 0 !important;
   }
 }
 
@@ -79,18 +80,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 +114,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,