From ddcc8d998c93d6e252319a82b116dbe553a919ad Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 10 Dec 2015 16:45:16 -0500 Subject: fix markdown table header CSS --- public/css/gogs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index 56a64cfd..96ee8120 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1303,7 +1303,7 @@ footer .container .links > *:first-child { .markdown table th, .markdown table td { padding: 6px 13px !important; - border: 1px solid #ddd; + border: 1px solid #ddd !important; } .markdown table tr { background-color: #fff; -- cgit v1.2.3