Explorar o código

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

Andreas Kling %!s(int64=5) %!d(string=hai) anos
pai
achega
f270f1f274
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      Libraries/LibWeb/CSS/Default.css

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

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