From b07df60bad725bad0d95f647c47a762e87f0d02c Mon Sep 17 00:00:00 2001 From: dignajar Date: Mon, 6 Jul 2015 22:13:24 -0300 Subject: [PATCH] Bug fixes --- themes/pure-clean/css/blog.css | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/themes/pure-clean/css/blog.css b/themes/pure-clean/css/blog.css index 23978436..5af6fc21 100644 --- a/themes/pure-clean/css/blog.css +++ b/themes/pure-clean/css/blog.css @@ -84,30 +84,23 @@ font-weight: lighter; } -.post-meta { +.post-meta, +.page-meta { font-size: 90%; margin: 0; } -.post-meta span.date { +.post-meta span.date, +.page-meta span.date { color: #999; margin-right: 10px; } -.post-meta span.author { +.post-meta span.author, +.page-meta span.author { color: #ccc; } -.post-images { - margin: 1em 0; -} -.post-image-meta { - margin-top: -3.5em; - margin-left: 1em; - color: #fff; - text-shadow: 0 1px 1px #333; -} - /* -------------------------------------------------------- OLD */ a {