mercurial/templates/static/style-paper.css
changeset 35529 5afe0ca59b07
parent 35522 ab9d8d298510
child 37492 8d05938dd063
--- a/mercurial/templates/static/style-paper.css	Thu Jan 04 12:34:40 2018 +0100
+++ b/mercurial/templates/static/style-paper.css	Fri Jan 05 18:46:06 2018 +0800
@@ -460,22 +460,19 @@
 }
 
 ul#graphnodes {
-	position: absolute;
-	z-index: 10;
-	top: -1.0em;
-	list-style: none inside none;
-	padding: 0;
-}
-
-ul#nodebgs {
 	list-style: none inside none;
 	padding: 0;
 	margin: 0;
-	top: -0.7em;
 }
 
-ul#graphnodes li, ul#nodebgs li {
+ul#graphnodes li {
 	height: 39px;
+	overflow: visible;
+}
+
+ul#graphnodes li .fg {
+	position: absolute;
+	z-index: 10;
 }
 
 ul#graphnodes li .info {