Adds content type images to the left of the object name
[m6w6/gitweb-theme] / gitweb.css
index 537bb2cfafb6e53f57ab5d5b6f5353668f380bbc..1a5a44e2eba82c85e4344e8a9bfb96387aecc510 100755 (executable)
@@ -62,6 +62,22 @@ a:hover {
   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;
 }
@@ -463,3 +479,4 @@ td.pre, div.pre, div.diff {
 .kwb    { color:#6b3099; }
 .kwc    { color:#d4663d; }
 .kwd    { color:#2928ff; }
+