Hector,
I cleared cache and I am using the wpp.css and its still not displaying correctly.
In version 2.3.2 the following CSS would display the Most Viewed Stories. With your new updated version of this plugin what do I have to change the following to so your new plugin picks it up and displays just as it was in version 2.3.2?
/* title styles */
.wpp-post-title {
height:40px;
padding-right:30px;
width:230px;
font-weight:bold;
text-decoration: none;
font-size: 12px;
color: #015B7D;
}
/* thumbnail styles */
img.wpp-thumbnail {
float: left;
padding:5px;
width: auto;
}
/* excerpt styles */
.wpp-excerpt {margin:0px;
}
/* Stats tag styles */
.post-stats {
font-size:9px;
font-weight:bold;
}
.wpp-comments {
}
.wpp-views {
}
.wpp-author {
font-style:italic;
}
.wpp-date {font-weight:italic;
font-size: 10px;
}