mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@
|
|||
fieldset dd,
|
||||
fieldset.fields1 dd,
|
||||
fieldset.fields2 dd {
|
||||
margin-left: 0px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
textarea,
|
||||
|
|
Loading…
Add table
Reference in a new issue