aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-11-03 09:36:14 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-11-03 09:36:14 +0100
commit8dbf3976fd40b295175a34a2605571b0786385db (patch)
treec277471e00e6b5f3120f0b3be008da218144eebd
parentafbeda7cfd76301547fef7ea8f72d3884f9f7c8d (diff)
parent22d234a3451d92f9fafb5f416e8025a99eddf05f (diff)
downloadforums-8dbf3976fd40b295175a34a2605571b0786385db.tar
forums-8dbf3976fd40b295175a34a2605571b0786385db.tar.gz
forums-8dbf3976fd40b295175a34a2605571b0786385db.tar.bz2
forums-8dbf3976fd40b295175a34a2605571b0786385db.tar.xz
forums-8dbf3976fd40b295175a34a2605571b0786385db.zip
Merge pull request #4012 from RMcGirr83/ticket_14228
[ticket/14228] Vertical align of numbers in polls
-rw-r--r--phpBB/styles/prosilver/theme/content.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 7d93cde1cf..92a7db81d9 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -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;
}