further mobile star tweaks. SUPERSTAR!

This commit is contained in:
Jeff Atwood 2014-07-01 01:34:44 -07:00
parent 19e4820bc3
commit f27d96c7cf
2 changed files with 1 additions and 5 deletions

View File

@ -25,10 +25,8 @@ body {
a.star { a.star {
display: inline-block; display: inline-block;
font-size: 20px; font-size: 20px;
line-height: 1.2em;
color: scale-color($primary, $lightness: 75%); color: scale-color($primary, $lightness: 75%);
margin-right: 5px; margin-right: 8px;
margin-top: 6px;
&:before { &:before {
font-family: "FontAwesome"; font-family: "FontAwesome";
content: "\f005"; content: "\f005";

View File

@ -10,8 +10,6 @@
max-width: 122px; max-width: 122px;
} }
a.star {float: left;}
.panel { .panel {
margin-right: 20px; margin-right: 20px;
} }