Browse Source

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

Andreas Kling 5 năm trước cách đây
mục cha
commit
f270f1f274
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      Libraries/LibWeb/CSS/Default.css

+ 5 - 0
Libraries/LibWeb/CSS/Default.css

@@ -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;