1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 15:17:16 +01:00

[ticket/14228] Vertical align of numbers in polls

PHPBB3-14228
This commit is contained in:
Richard McGirr 2015-11-01 05:39:07 -05:00
parent 6a7567459d
commit 22d234a345

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;
}