If the object is a directory (tree), it will add a directory image
If the object is a file (blob), it will add a file image
text-decoration: underline;
}
+td.list a[href*='a=tree'], td.list a[href*='a=blob'] {
+ padding-left: 20px;
+ display: block;
+ float: left;
+ height: 16px;
+ line-height: 16px;
+}
+
+td.list a[href*='a=tree'] {
+ background: url(dir.png) center left no-repeat;
+}
+
+td.list a[href*='a=blob'] {
+ background: url(txt.png) center left no-repeat;
+}
+
i {
font-style: normal;
}
.kwb { color:#6b3099; }
.kwc { color:#d4663d; }
.kwd { color:#2928ff; }
+