LibHTML: Make <header> and <footer> be "display: block" by default

This makes http://www.motherfuckingwebsite.com/ readable :^)
This commit is contained in:
Andreas Kling 2019-10-26 15:40:51 +02:00
parent bc2026d26d
commit cdac60e876
Notes: sideshowbarker 2024-07-19 11:32:08 +09:00

View File

@ -49,7 +49,8 @@ frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre {
dir, hr, menu, pre,
header, footer {
display: block;
}