From cc68031a9a06247bf8ff14f526ffa3da1d883a13 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 11 2017 16:28:57 +0000 Subject: Make the html table created in the comment section prettier Fixes https://pagure.io/pagure/issue/2221 --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 8237b0a..3466f7e 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -23,6 +23,19 @@ html border-bottom:1px solid #DDD; } +.issue_comment table { + margin-bottom: 1em; +} + +.issue_comment table, .issue_comment th, .issue_comment td { + border: 1px solid #e5e5e5; + padding: .35em; +} + +.issue_comment th { + background-color: #f5f5f5; +} + .notification-spacer {