#content .notice .threaded-replies .notice,
#content .notice .threaded-replies .notice-data {
width: 440px;
- padding-bottom: 14px;
- padding-top: 5px;
+ padding-bottom: 1ex;
+ padding-top: 1ex;
border-bottom: 2px dotted #eee;
line-height: 1.36em;
margin-top: 0px;
clear: both;
font-size: 0.88em;
}
+.threaded-replies .notice-faves:before {
+ content: "\2665";
+ margin-right: 1ex;
+}
+.threaded-replies .notice-repeats:before {
+ content: "\267B";
+ margin-right: 1ex;
+}
.threaded-replies li {
list-style-type: none;