From: Michele Olivo Date: Mon, 28 Oct 2013 19:28:11 +0000 (+0100) Subject: Added icons X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=commitdiff_plain;h=983480738b7b4696ea8560bddcc40ef6d19579a5;ds=sidebyside Added icons --- diff --git a/gitweb.css b/gitweb.css index dd455b4..1f224f6 100644 --- a/gitweb.css +++ b/gitweb.css @@ -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 index 0000000..0907f46 Binary files /dev/null and b/head.png differ diff --git a/ref.png b/ref.png new file mode 100644 index 0000000..daad455 Binary files /dev/null and b/ref.png differ diff --git a/tag.png b/tag.png new file mode 100644 index 0000000..d31f352 Binary files /dev/null and b/tag.png differ