From 91e0f5832101738ba78f7a66a07efd886e42a77f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Cabrera?= Date: Wed, 4 Jun 2014 18:41:15 -0430 Subject: [PATCH] Updates plugin's stylesheet to fix a few visual bugs --- style/wpp.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/style/wpp.css b/style/wpp.css index 47bb3e1c..27554fb5 100644 --- a/style/wpp.css +++ b/style/wpp.css @@ -10,10 +10,9 @@ Use the following classes to style your popular posts list as you like. } .wpp-list li { /* LI - post container */ - overflow:auto; - display:block; + /*display:inline-block;*/ /* <-- uncommenting this line is recommended when using post thumbnails */ float:none; - clear:both; + clear:left; } /* title styles */ @@ -34,6 +33,7 @@ Use the following classes to style your popular posts list as you like. /* Stats tag styles */ .post-stats { + display:block; font-size:9px; font-weight:bold; } @@ -45,12 +45,9 @@ Use the following classes to style your popular posts list as you like. } .wpp-author { - font-style:italic; } .wpp-date { - display:block; - clear:right; } /* WP-PostRatings styles */