tests/test-hgweb.out
changeset 6695 001647a33ff8
parent 6368 2c370f08c486
child 6731 eed52e7ab9cc
equal deleted inserted replaced
6694:b3602c98c686 6695:001647a33ff8
   184 }
   184 }
   185 span.logtags span.inbranchtag {
   185 span.logtags span.inbranchtag {
   186 	background-color: #d5dde6;
   186 	background-color: #d5dde6;
   187 	border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
   187 	border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
   188 }
   188 }
       
   189 
       
   190 /* Graph */
       
   191 div#wrapper {
       
   192 	position: relative;
       
   193 	margin: 0;
       
   194 	padding: 0;
       
   195 }
       
   196 
       
   197 canvas {
       
   198 	position: absolute;
       
   199 	z-index: 5;
       
   200 	top: -0.9em;
       
   201 	margin: 0;
       
   202 }
       
   203 
       
   204 ul#nodebgs {
       
   205 	list-style: none inside none;
       
   206 	padding: 0;
       
   207 	margin: 0;
       
   208 	top: -0.7em;
       
   209 }
       
   210  
       
   211 ul#graphnodes li, ul#nodebgs li {
       
   212 	height: 39px;
       
   213 }
       
   214 
       
   215 ul#graphnodes {
       
   216 	position: absolute;
       
   217 	z-index: 10;
       
   218 	top: -0.8em;
       
   219 	list-style: none inside none;
       
   220 	padding: 0;
       
   221 }
       
   222 
       
   223 ul#graphnodes li .info {
       
   224 	display: block;
       
   225 	font-size: 100%;
       
   226 	position: relative;
       
   227 	top: -3px;
       
   228 	font-style: italic;
       
   229 }
   189 % errors
   230 % errors