mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-05 00:13:29 +02:00
Merge pull request #4957 from CHItA/ticket/13214
[ticket/13214] Remove px after 0 from padding property
This commit is contained in:
commit
024cf709c4
@ -386,7 +386,7 @@
|
||||
fieldset dd,
|
||||
fieldset.fields1 dd,
|
||||
fieldset.fields2 dd {
|
||||
margin-left: 0px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
textarea,
|
||||
|
Loading…
x
Reference in New Issue
Block a user