1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

Merge branch 'ticket/bantu/9587' into develop-olympus

* ticket/bantu/9587:
  [ticket/9587] Replace '0px' with '0'.
This commit is contained in:
Andreas Fischer
2010-06-17 18:35:53 +02:00

View File

@@ -98,7 +98,7 @@ fieldset.fields1 div {
/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */ /* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div { fieldset.fields1 #recaptcha_widget_div div {
margin-bottom: 0px; margin-bottom: 0;
} }
/* Specific layout 2 */ /* Specific layout 2 */