1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:47:44 +00:00

LibWeb: Give the <blockquote> element some margins in the UA style

This commit is contained in:
Andreas Kling 2020-06-28 15:26:05 +02:00
parent 7d3c8d066f
commit f270f1f274

View file

@ -143,6 +143,11 @@ basefont {
display: block;
}
blockquote {
margin-left: 25px;
margin-right: 25px;
}
/* FIXME: I think this should only apply in quirks mode. */
table {
text-align: left;