comparison templates/static/style-gitweb.css @ 4538:4272ae760bb1

gitweb: Display branch and tag labels Pages which display labels: - summary - shortlog - changelog - changeset - search
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Fri, 01 Jun 2007 19:56:39 -0400
parents 2896ce093ec4
children 1d8ef9fb3e88
comparison
equal deleted inserted replaced
4537:2f489b00f8eb 4538:4272ae760bb1
46 font-weight:bold; font-family:sans-serif; font-size:10px; 46 font-weight:bold; font-family:sans-serif; font-size:10px;
47 text-align:center; text-decoration:none; 47 text-align:center; text-decoration:none;
48 } 48 }
49 a.rss_logo:hover { background-color:#ee5500; } 49 a.rss_logo:hover { background-color:#ee5500; }
50 pre { margin: 0; } 50 pre { margin: 0; }
51 span.logtags span {
52 padding: 0px 4px;
53 font-size: 10px;
54 font-weight: normal;
55 border: 1px solid;
56 background-color: #ffaaff;
57 border-color: #ffccff #ff00ee #ff00ee #ffccff;
58 }
59 span.logtags span.tagtag {
60 background-color: #ffffaa;
61 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
62 }
63 span.logtags span.branchtag {
64 background-color: #aaffaa;
65 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
66 }