mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +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
Notes:
sideshowbarker
2024-07-19 06:43:56 +09:00
Author: https://github.com/linusg
Commit: 8edf2bbcbd
Pull-request: https://github.com/SerenityOS/serenity/pull/2189
Reviewed-by: https://github.com/awesomekling
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ h1, h2, h3, h4,
|
||||||
h5, h6, noframes,
|
h5, h6, noframes,
|
||||||
ol, p, ul, center,
|
ol, p, ul, center,
|
||||||
dir, hr, menu, pre,
|
dir, hr, menu, pre,
|
||||||
header, footer {
|
header, footer, nav, main,
|
||||||
|
article, aside, section {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue