Fixes votes styles on comments

This commit is contained in:
Alberto Garcia Cabeza
2015-09-14 19:56:45 +02:00
parent 1b55bfed14
commit 23fee748fe
2 changed files with 4 additions and 4 deletions

View File

@@ -639,7 +639,7 @@
.comment-votes {
color: $text-medium;
font-weight: lighter;
margin: rem-calc(15) rem-calc(6) 0;
margin: rem-calc(8) rem-calc(12) rem-calc(6) 0;
a {
color: $text-light;
@@ -653,7 +653,7 @@
[class^="icon-"] {
font-size: rem-calc(20);
vertical-align: top;
vertical-align: middle;
}
}

View File

@@ -594,7 +594,7 @@
.comment-votes {
color: $text-medium;
font-weight: lighter;
margin: rem-calc(15) rem-calc(6) 0;
margin: rem-calc(8) rem-calc(12) rem-calc(6) 0;
a {
color: $text-light;
@@ -608,7 +608,7 @@
[class^="icon-"] {
font-size: rem-calc(20);
vertical-align: top;
vertical-align: middle;
}
}