mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13214] Remove px after 0 from padding property
PHPBB3-13214
This commit is contained in:
parent
711d4db968
commit
36e7446103
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@
|
||||||
fieldset dd,
|
fieldset dd,
|
||||||
fieldset.fields1 dd,
|
fieldset.fields1 dd,
|
||||||
fieldset.fields2 dd {
|
fieldset.fields2 dd {
|
||||||
margin-left: 0px;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea,
|
textarea,
|
||||||
|
|
Loading…
Add table
Reference in a new issue