mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:27:35 +00:00
LibHTML: Make <header> and <footer> be "display: block" by default
This makes http://www.motherfuckingwebsite.com/ readable :^)
This commit is contained in:
parent
bc2026d26d
commit
cdac60e876
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ frame, frameset,
|
||||||
h1, h2, h3, h4,
|
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 {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue