aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorGravatar Lars Hjemli <hjemli@gmail.com>2007-05-21 07:29:11 (JST)
committerGravatar Lars Hjemli <hjemli@gmail.com>2007-05-21 07:29:11 (JST)
commit3b86b44fc761cfa8b97c44bbbdd63c9fbf1127ed (patch)
treef1ea3ad25f9ba78f805b2699449af5f5ef88a565 /cgit.css
parent0b8b6a317654dce2aa8c7ec5bf55717f624af14f (diff)
downloadcgit-3b86b44fc761cfa8b97c44bbbdd63c9fbf1127ed.zip
cgit-3b86b44fc761cfa8b97c44bbbdd63c9fbf1127ed.tar.gz
css: make column headings bold
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
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 {
60} 60}
61 61
62table.list th { 62table.list th {
63 font-weight: normal; 63 font-weight: bold;
64 border-bottom: solid 1px #777; 64 border-bottom: solid 1px #777;
65 padding: 0.1em 0.5em 0.1em 0.5em; 65 padding: 0.1em 0.5em 0.1em 0.5em;
66 vertical-align: baseline; 66 vertical-align: baseline;