From 545b5a5dcae2a0c322381493ee90f6c37353da9c Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Sat, 28 Nov 2009 03:07:34 +0100 Subject: cgit.css: highlight directories in tree --- cgit.css | 5 +++++ 1 file changed, 5 insertions(+) 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; } -- cgit v1.2.3-59-g8ed1b