diff options
author | Georg Lukas | 2009-11-28 03:07:34 +0100 |
---|---|---|
committer | Georg Lukas | 2009-11-28 03:07:34 +0100 |
commit | 545b5a5dcae2a0c322381493ee90f6c37353da9c (patch) | |
tree | efc130ef25bb9974ad2df31aa374f6b86d5fdd0f /cgit.css | |
parent | 56522ebe1387721d10196e835346257e7494abad (diff) | |
download | cgit-545b5a5dcae2a0c322381493ee90f6c37353da9c.tar.gz cgit-545b5a5dcae2a0c322381493ee90f6c37353da9c.tar.bz2 cgit-545b5a5dcae2a0c322381493ee90f6c37353da9c.zip |
cgit.css: highlight directories in tree
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -162,6 +162,11 @@ table.list td a { | |||
162 | color: black; | 162 | color: black; |
163 | } | 163 | } |
164 | 164 | ||
165 | table.list td a.ls-dir { | ||
166 | font-weight: bold; | ||
167 | color: #00f; | ||
168 | } | ||
169 | |||
165 | table.list td a:hover { | 170 | table.list td a:hover { |
166 | color: #00f; | 171 | color: #00f; |
167 | } | 172 | } |