Fixes vertical align on comments votes

This commit is contained in:
Alberto Garcia Cabeza
2015-10-01 14:19:23 +02:00
parent 4a25cdc282
commit e55a44936f
2 changed files with 4 additions and 2 deletions

View File

@@ -646,7 +646,8 @@
.comment-votes {
color: $text-medium;
font-weight: lighter;
margin: rem-calc(8) rem-calc(12) rem-calc(6) 0;
line-height: rem-calc(24);
margin: rem-calc(10) rem-calc(12) rem-calc(6) 0;
a {
color: $text-light;

View File

@@ -636,7 +636,8 @@
.comment-votes {
color: $text-medium;
font-weight: lighter;
margin: rem-calc(8) rem-calc(12) rem-calc(6) 0;
line-height: rem-calc(24);
margin: rem-calc(10) rem-calc(12) rem-calc(6) 0;
a {
color: $text-light;