mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:17:45 +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:
parent
51707b6c68
commit
8edf2bbcbd
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue