Parcourir la source

LibHTML: Add a little bit of margin around <hr> elements

Andreas Kling il y a 5 ans
Parent
commit
769f86ff9c
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      Libraries/LibHTML/CSS/Default.css

+ 2 - 0
Libraries/LibHTML/CSS/Default.css

@@ -91,6 +91,8 @@ a {
 }
 }
 
 
 hr {
 hr {
+    margin-top: 4;
+    margin-bottom: 4;
     border-width: 1;
     border-width: 1;
     border-color: #888888;
     border-color: #888888;
     border-style: inset;
     border-style: inset;