From 8edf2bbcbd5c1549335eadae2e781f4fcc5c1b54 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 10 May 2020 23:42:03 +0100 Subject: LibWeb: Set nav, main, article, aside, section to "display: block" This makes the blog posts on awesomekling.github.io show up :^) --- Libraries/LibWeb/CSS/Default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Libraries') diff --git a/Libraries/LibWeb/CSS/Default.css b/Libraries/LibWeb/CSS/Default.css index 01d305d518..01630a83cf 100644 --- a/Libraries/LibWeb/CSS/Default.css +++ b/Libraries/LibWeb/CSS/Default.css @@ -52,7 +52,8 @@ h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre, -header, footer { +header, footer, nav, main, +article, aside, section { display: block; } -- cgit v1.2.3