diff --git a/classes/ComicPressRelatedPosts.inc b/classes/ComicPressRelatedPosts.inc index 80eece0..5c24449 100644 --- a/classes/ComicPressRelatedPosts.inc +++ b/classes/ComicPressRelatedPosts.inc @@ -65,15 +65,14 @@ class ComicPressRelatedPosts { $output = array(); if (!empty($posts)) { $output[] = '
'; } return implode('', $output); diff --git a/style.css b/style.css index 9ddfbe8..b9dbb24 100644 --- a/style.css +++ b/style.css @@ -127,7 +127,6 @@ h2, h2 a { margin-top: 10px; font-size: 28px; letter-spacing: -2px; - font-weight: 500; clear: both; } @@ -139,6 +138,13 @@ h3, h3 a { letter-spacing: -1px; } +h4, h4 a { + padding: 0; + margin: 0; + font-size: 14px; + clear: both; +} + /* THE PAGE WRAPPER */ #page { @@ -563,21 +569,6 @@ h3, h3 a { font-size: 11px; } -.related_posts { - margin-top: 10px; - font-weight: 700; -} - -.related_posts_title { - font-size: 14px; -} - -.related_posts ul { - list-style: none; - font-weight: normal; - font-size: 12px; -} - .post .members-only, .post-comic .members-only { border: 1px dotted #000; background: #fafafa;