From 34a2797211d848e87c259ef9680577126309307d Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 6 Oct 2022 14:51:28 +0200 Subject: [PATCH] LibWeb: Remove ad-hoc
element rule from default UA style This element is already covered by spec rules. :^) --- Userland/Libraries/LibWeb/CSS/Default.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Userland/Libraries/LibWeb/CSS/Default.css b/Userland/Libraries/LibWeb/CSS/Default.css index 0969826202..ec6ad645a8 100644 --- a/Userland/Libraries/LibWeb/CSS/Default.css +++ b/Userland/Libraries/LibWeb/CSS/Default.css @@ -16,12 +16,6 @@ center { text-align: -libweb-center; } -hr { - margin-top: 0.5em; - margin-bottom: 0.5em; - border: 1px inset #888888; -} - blink { display: inline; }