mercurial/templates/static/style-monoblue.css
changeset 35530 acd8a2454b47
parent 35523 45ed821b5ce4
--- a/mercurial/templates/static/style-monoblue.css	Fri Jan 05 18:46:06 2018 +0800
+++ b/mercurial/templates/static/style-monoblue.css	Fri Jan 05 19:08:00 2018 +0800
@@ -478,27 +478,29 @@
 	top: -0.7em;
 }
 
-ul#nodebgs li.parity0 {
+ul#graphnodes li.parity0 {
     background: #F1F6F7;
 }
 
-ul#nodebgs li.parity1 {
+ul#graphnodes li.parity1 {
     background: #FFFFFF;
 }
 
 ul#graphnodes {
-	position: absolute;
-	z-index: 10;
-	top: 7px;
 	list-style: none inside none;
+	margin: 0;
+	padding: 0;
 }
 
-ul#nodebgs {
-	list-style: none inside none;
+ul#graphnodes li {
+	height: 37px;
+	overflow: visible;
+	padding-top: 2px;
 }
 
-ul#graphnodes li, ul#nodebgs li {
-	height: 39px;
+ul#graphnodes li .fg {
+	position: absolute;
+	z-index: 10;
 }
 
 ul#graphnodes li .info {