From 961fdf3598d307584f1d9193d22ff369c54027dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 29 Oct 2017 11:50:49 +0100 Subject: [PATCH] restore visibility of hr elements as they really help readability (#19764) --- stylesheets/application.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index 40086aa..2593e63 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -297,10 +297,6 @@ div.issue { padding-right: 8px; } -div.issue hr { - height: 0 -} - div.issue div.subject h3 { color: #333 }