comparison mercurial/templates/static/style-gitweb.css @ 13863:b602ac02f1ba stable

hgweb: add bookmark labels to gitweb theme (based on 270f57d35525)
author Yuya Nishihara <yuya@tcha.org>
date Sun, 03 Apr 2011 23:44:28 +0900
parents 0c2c969e032b
children 1ae119269ddc
comparison
equal deleted inserted replaced
13862:4d0a7d70866b 13863:b602ac02f1ba
78 } 78 }
79 span.logtags span.inbranchtag { 79 span.logtags span.inbranchtag {
80 background-color: #d5dde6; 80 background-color: #d5dde6;
81 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4; 81 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
82 } 82 }
83 span.logtags span.bookmarktag {
84 background-color: #afdffa;
85 border-color: #ccecff #46ace6 #46ace6 #ccecff;
86 }
83 87
84 /* Graph */ 88 /* Graph */
85 div#wrapper { 89 div#wrapper {
86 position: relative; 90 position: relative;
87 margin: 0; 91 margin: 0;