Added icons
authorMichele Olivo <micheleolivo@gmail.com>
Mon, 28 Oct 2013 19:28:11 +0000 (20:28 +0100)
committerMichele Olivo <micheleolivo@gmail.com>
Mon, 28 Oct 2013 19:28:11 +0000 (20:28 +0100)
gitweb.css
head.png [new file with mode: 0644]
ref.png [new file with mode: 0644]
tag.png [new file with mode: 0644]

index dd455b4af65e0d874c0ed1495fc50d12002894c9..1f224f6456e51022d6c42a29345d01ed522831ec 100644 (file)
@@ -500,6 +500,9 @@ span.refs span.ref {
   height: 18px;
   padding: 0 6px;
   text-overflow: ellipsis;
+  background-image: url('ref.png');
+  background-repeat: no-repeat;
+  padding-left: 18px;
 }
 
 span.refs span.tag {
@@ -512,6 +515,9 @@ span.refs span.tag {
   height: 18px;
   padding: 0 6px;
   text-overflow: ellipsis;
+  background-image: url('tag.png');
+  background-repeat: no-repeat;
+  padding-left: 18px;
 }
 
 span.refs span.head {
@@ -524,6 +530,9 @@ span.refs span.head {
   height: 18px;
   padding: 0 6px;
   text-overflow: ellipsis;
+  background-image: url('head.png');
+  background-repeat: no-repeat;
+  padding-left: 18px;
 }
 
 span.refs a {
diff --git a/head.png b/head.png
new file mode 100644 (file)
index 0000000..0907f46
Binary files /dev/null and b/head.png differ
diff --git a/ref.png b/ref.png
new file mode 100644 (file)
index 0000000..daad455
Binary files /dev/null and b/ref.png differ
diff --git a/tag.png b/tag.png
new file mode 100644 (file)
index 0000000..d31f352
Binary files /dev/null and b/tag.png differ