post expansion arrow CSS cleanup

This commit is contained in:
Jeff Atwood 2015-01-16 02:24:49 -08:00
parent d890248963
commit 2b877e4fc4
1 changed files with 1 additions and 2 deletions

View File

@ -254,7 +254,6 @@ nav.post-controls {
opacity: 0;
}
}
&.bottom .arrow { float: right; }
&.bottom {
margin-top: -11px;
.row {
@ -273,7 +272,7 @@ nav.post-controls {
}
.post-date { color: scale-color($primary, $lightness: 50%); }
.fa-arrow-up { margin-left: 5px; }
.fa-arrow-up, .fa-arrow-down { margin-left: 5px; }
.row {
border-top: 1px solid darken(scale-color-diff(), 10%);
}