mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +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:
parent
22fec1a250
commit
7a9d5e2a69
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,10 @@ head, link, meta, script, style, title {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 8;
|
margin-left: 8;
|
||||||
|
margin-top: 8;
|
||||||
|
margin-right: 8;
|
||||||
|
margin-bottom: 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue