switch back to line-height based centering on polls

This commit is contained in:
Jeff Atwood 2015-06-03 02:58:52 -07:00
parent 538f0d1199
commit 1a9da9133e

View File

@ -20,7 +20,7 @@ div.poll {
li, .option {
cursor: pointer;
font-size: 1.125em;
height: 45px;
line-height: 28px;
}
li[data-poll-option-id] {