diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2010-05-24 23:59:28 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2010-05-24 23:59:28 +0200 |
commit | c7a25c58b893fc72ffb3746374ece9de1d388531 (patch) | |
tree | 94922efb4f6a3bf47c39380353e30e692f016918 | |
parent | 6d7e30ae995fe0791c2bced0974b0445fa769ee9 (diff) | |
download | forums-c7a25c58b893fc72ffb3746374ece9de1d388531.tar forums-c7a25c58b893fc72ffb3746374ece9de1d388531.tar.gz forums-c7a25c58b893fc72ffb3746374ece9de1d388531.tar.bz2 forums-c7a25c58b893fc72ffb3746374ece9de1d388531.tar.xz forums-c7a25c58b893fc72ffb3746374ece9de1d388531.zip |
[ticket/9587] Prosilver overrides reCaptcha class.
PHPBB3-9587
-rw-r--r-- | phpBB/styles/prosilver/theme/forms.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index 4db342661c..4516c7fcd2 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -96,6 +96,11 @@ fieldset.fields1 div { margin-bottom: 3px; } +/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */ +fieldset.fields1 #recaptcha_widget_div div { + margin-bottom: 0px; +} + /* Specific layout 2 */ fieldset.fields2 dt { width: 15em; |