1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-16 13:52:03 +02:00

Merge pull request #4012 from RMcGirr83/ticket_14228

[ticket/14228] Vertical align of numbers in polls
This commit is contained in:
Marc Alexander 2015-11-03 09:36:14 +01:00
commit 8dbf3976fd

View File

@ -672,7 +672,7 @@ fieldset.polls dd div {
text-align: right;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 0 2px;
padding: 2px 2px 0 2px;
overflow: visible;
min-width: 8px;
}