diff options
author | Michael Miday <midaym@gmail.com> | 2017-09-11 11:38:02 -0400 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2017-09-11 11:38:02 -0400 |
commit | 840bfb1226fd81fdde65718d8580e64192143aab (patch) | |
tree | a5d71f2ebd57f6f674400643ad0c65be209aa574 | |
parent | 2522c70675f58c8549eff1d00eb0722c8a535566 (diff) | |
download | forums-840bfb1226fd81fdde65718d8580e64192143aab.tar forums-840bfb1226fd81fdde65718d8580e64192143aab.tar.gz forums-840bfb1226fd81fdde65718d8580e64192143aab.tar.bz2 forums-840bfb1226fd81fdde65718d8580e64192143aab.tar.xz forums-840bfb1226fd81fdde65718d8580e64192143aab.zip |
[ticket/13214] Fix weird alignment of labels
PHPBB3-13214
-rw-r--r-- | phpBB/styles/prosilver/theme/responsive.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index 250d0b7f7a..fcc11f1fc2 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -344,7 +344,7 @@ } fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd { - margin-left: 20px; + margin-left: 0px; } textarea, dd textarea, .message-box textarea { |