diff templates/static/style-gitweb.css @ 6250:bf0dd23f55fa

gitweb: show branches in most of the templates
author Florent Guillaume <fg@nuxeo.com>
date Thu, 13 Mar 2008 23:45:36 +0100
parents 345a23eca8f6
children 7f58dec6aeb7
line wrap: on
line diff
--- a/templates/static/style-gitweb.css	Thu Mar 13 23:45:35 2008 +0100
+++ b/templates/static/style-gitweb.css	Thu Mar 13 23:45:36 2008 +0100
@@ -75,3 +75,7 @@
 	background-color: #aaffaa;
 	border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
 }
+span.logtags span.inbranchtag {
+	background-color: #d5dde6;
+	border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
+}