From 7a9d5e2a695c2b3484fecc8a21b30615c4d791d5 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 1 Jul 2019 07:33:21 +0200 Subject: [PATCH] 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. --- LibHTML/CSS/Default.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/LibHTML/CSS/Default.css b/LibHTML/CSS/Default.css index d32efb969d..edd42426c3 100644 --- a/LibHTML/CSS/Default.css +++ b/LibHTML/CSS/Default.css @@ -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 {