mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13214] Remove px after 0 from padding property
PHPBB3-13214
This commit is contained in:
@@ -386,7 +386,7 @@
|
||||
fieldset dd,
|
||||
fieldset.fields1 dd,
|
||||
fieldset.fields2 dd {
|
||||
margin-left: 0px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
textarea,
|
||||
|
Reference in New Issue
Block a user