all repos — cgit @ 545b5a5dcae2a0c322381493ee90f6c37353da9c

a hyperfast web frontend for git written in c

cgit.css: highlight directories in tree
Georg Lukas georg@op-co.de
Sat, 28 Nov 2009 03:07:34 +0100
commit

545b5a5dcae2a0c322381493ee90f6c37353da9c

parent

56522ebe1387721d10196e835346257e7494abad

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M cgit.csscgit.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; }