From 3b86b44fc761cfa8b97c44bbbdd63c9fbf1127ed Mon Sep 17 00:00:00 2001
From: Lars Hjemli
Date: Mon, 21 May 2007 00:29:11 +0200
Subject: css: make column headings bold

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
---
 cgit.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cgit.css b/cgit.css
index b14f77e..95c3e40 100644
--- a/cgit.css
+++ b/cgit.css
@@ -60,7 +60,7 @@ table.list tr.nohover:hover {
 }
 
 table.list th {
-	font-weight: normal;
+	font-weight: bold;
 	border-bottom: solid 1px #777;
 	padding: 0.1em 0.5em 0.1em 0.5em;
 	vertical-align: baseline;
-- 
cgit v1.2.3-54-g00ecf