mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 04:09:00 +00:00
LibWeb: Give the <blockquote> element some margins in the UA style
This commit is contained in:
parent
7d3c8d066f
commit
f270f1f274
Notes:
sideshowbarker
2024-07-19 05:20:18 +09:00
Author: https://github.com/awesomekling
Commit: f270f1f274
1 changed files with 5 additions and 0 deletions
|
@ -143,6 +143,11 @@ basefont {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
margin-left: 25px;
|
||||||
|
margin-right: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
/* FIXME: I think this should only apply in quirks mode. */
|
/* FIXME: I think this should only apply in quirks mode. */
|
||||||
table {
|
table {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue