1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:37:47 +00:00

LibHTML: Let's not support CSS shorthand properties right away.

This will simplify style building right now, and we can come back later
and implement shorthand expansion.
This commit is contained in:
Andreas Kling 2019-07-01 07:33:21 +02:00
parent 22fec1a250
commit 7a9d5e2a69

View file

@ -9,7 +9,10 @@ head, link, meta, script, style, title {
body {
display: block;
margin: 8;
margin-left: 8;
margin-top: 8;
margin-right: 8;
margin-bottom: 8;
}
h1 {