aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2009-12-08 18:31:07 +0100
committerLars Hjemli <hjemli@gmail.com>2009-12-08 18:31:07 +0100
commit57bb4fdb8419d7c250d4c6146910df3263943951 (patch)
tree3597910405ffaebeff892788b1726d707439a8cb /cgit.css
parentMerge branch 'stable' (diff)
parent"max-blob-size" config var to limit generated HTML size (diff)
downloadcgit-57bb4fdb8419d7c250d4c6146910df3263943951.tar.xz
cgit-57bb4fdb8419d7c250d4c6146910df3263943951.zip
Merge branch 'master' of http://op-co.de/cgit
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index c47ebc9..ef7d3c1 100644
--- a/cgit.css
+++ b/cgit.css
@@ -162,6 +162,11 @@ table.list td a {
color: black;
}
+table.list td a.ls-dir {
+ font-weight: bold;
+ color: #00f;
+}
+
table.list td a:hover {
color: #00f;
}