X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=blobdiff_plain;f=gitweb.css;h=1f224f6456e51022d6c42a29345d01ed522831ec;hp=dd455b4af65e0d874c0ed1495fc50d12002894c9;hb=983480738b7b4696ea8560bddcc40ef6d19579a5;hpb=49a661b05516fe933207608d96be5fc7923dd58c 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 {