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

LibWeb: Set nav, main, article, aside, section to "display: block"

This makes the blog posts on awesomekling.github.io show up :^)
This commit is contained in:
Linus Groh 2020-05-10 23:42:03 +01:00 committed by Andreas Kling
parent 51707b6c68
commit 8edf2bbcbd

View file

@ -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;
}