about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-05-21 00:29:11 +0200
committerLars Hjemli <hjemli@gmail.com>2007-05-21 00:29:11 +0200
commit3b86b44fc761cfa8b97c44bbbdd63c9fbf1127ed (patch)
treef1ea3ad25f9ba78f805b2699449af5f5ef88a565
parentMake frontpage friendlier (diff)
downloadcgit-pink-3b86b44fc761cfa8b97c44bbbdd63c9fbf1127ed.tar.gz
cgit-pink-3b86b44fc761cfa8b97c44bbbdd63c9fbf1127ed.zip
css: make column headings bold
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-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 {
 }
 
 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;
a4b04bc78407cae0a8&follow=1'>Use class names for Foreground, Background, BorderColorJune McEnroe 2021-02-07Add simple battery status and clock to xsessionJune McEnroe 2021-02-07Set cursor theme and sizeJune McEnroe 2021-02-07Use scrot for up -s if no screencaptureJune McEnroe 2021-02-07Enable mouse acceleration in XJune McEnroe 2021-02-07Set colours for Xt and cwmJune McEnroe 2021-02-07Set urgency on bell in xtermJune McEnroe 2021-02-07Add bindings for brightness controlJune McEnroe 2021-02-07Set X key repeat rateJune McEnroe 2021-02-07Bump font size to 12June McEnroe 2021-02-07Fully configure and rebind cwmJune McEnroe 2021-02-07Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe 2021-02-06Add xterm output to schemeJune McEnroe