main
psychobunny 10 years ago
parent ea32488c55
commit f2dcfb74fd

@ -57,6 +57,20 @@
right: 25px; right: 25px;
} }
[component="post/upvote"], [component="post/downvote"] {
color: @gray-light;
width: 20px;
height: 20px;
line-height: 18px;
text-align: center;
display: inline-block;
}
[component="post/upvote"].upvoted, [component="post/downvote"].downvoted {
color: @brand-primary;
line-height: 18px;
}
.stats { .stats {
width: 60px; width: 60px;
float: left; float: left;

Loading…
Cancel
Save