diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-11-03 09:36:43 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-11-03 09:36:43 +0100 |
commit | 8b7f711a184220928f42d5ec079af18d259981d0 (patch) | |
tree | 93dbe1f9440d5a75b827900ca477ff7e29467a8c /phpBB/styles | |
parent | 996886de1794b6cd56a67c8c0f39526bf487d2d4 (diff) | |
parent | 8dbf3976fd40b295175a34a2605571b0786385db (diff) | |
download | forums-8b7f711a184220928f42d5ec079af18d259981d0.tar forums-8b7f711a184220928f42d5ec079af18d259981d0.tar.gz forums-8b7f711a184220928f42d5ec079af18d259981d0.tar.bz2 forums-8b7f711a184220928f42d5ec079af18d259981d0.tar.xz forums-8b7f711a184220928f42d5ec079af18d259981d0.zip |
Merge branch '3.1.x'
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 7eb501c21a..6de5126ca1 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -667,7 +667,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; } |