mourningdove/htdocs/stc/widgets/recentcomments.css

17 lines
326 B
CSS
Raw Normal View History

2026-05-24 01:03:05 +00:00
/* recent comments */
.appwidget-recentcomments .userpic-img {
width: 60px;
float: left;
margin-right: 8px;
border: none;
}
.appwidget-recentcomments p.pkg {
border-bottom: 1px solid #ddd;
padding: 0 0 10px 0;
}
.appwidget-recentcomments p.pkg.last {
border-bottom: none;
padding-bottom: 0;
}