Skip to content

Commit

Permalink
Updates plugin's stylesheet to fix a few visual bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrerahector committed Jun 4, 2014
1 parent adaa577 commit 91e0f58
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions style/wpp.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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;
}
Expand All @@ -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 */
Expand Down

0 comments on commit 91e0f58

Please sign in to comment.