]> git.cameronkatri.com Git - cgit.git/commitdiff
cgit.css: highlight directories in tree
authorGeorg Lukas <georg@op-co.de>
Sat, 28 Nov 2009 02:07:34 +0000 (03:07 +0100)
committerGeorg Lukas <georg@op-co.de>
Sat, 28 Nov 2009 02:07:34 +0000 (03:07 +0100)
cgit.css

index c47ebc96126b8629cd6824b0d3346aaa216d48a7..ef7d3c1e863584ab4eae062408c17a34fe8dffbf 100644 (file)
--- 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;
 }