mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb/CSS: Update quirks-mode styling for form elements
The current HTML spec uses margin-block-end instead of margin-bottom.
This commit is contained in:
parent
b2873d7ed6
commit
2d3dea0770
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
form {
|
||||
margin-bottom: 1em;
|
||||
margin-block-end: 1em;
|
||||
}
|
||||
|
||||
/* 15.3.7 Lists
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user