move score down 1 pixel, looks better in webkit

This commit is contained in:
joshua stein 2012-09-03 11:30:42 -05:00
parent 0691235882
commit 9f0747a46b
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ div.voters {
div.voters div.score {
color: #aaa;
font-size: 9pt;
margin-top: 0px;
margin-top: 1px;
margin-bottom: -3px;
text-align: center;
}