1
0

cgit.css: highlight directories in tree

Este cometimento está contido em:
Georg Lukas 2009-11-28 03:07:34 +01:00
ascendente 56522ebe13
cometimento 545b5a5dca

Ver ficheiro

@ -162,6 +162,11 @@ table.list td a {
color: black; color: black;
} }
table.list td a.ls-dir {
font-weight: bold;
color: #00f;
}
table.list td a:hover { table.list td a:hover {
color: #00f; color: #00f;
} }