diff mercurial/templates/static/style-monoblue.css @ 35522:ab9d8d298510

hgweb: make .info a block element by default Using a <div> instead of a <span> with "display: block" makes more sense. While at it, let's adjust top margin in monoblue so that text in .info doesn't overlap changeset "tags" elements (they are quite large in monoblue).
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 03 Jan 2018 09:41:01 +0800
parents ec71518acd4a
children 45ed821b5ce4
line wrap: on
line diff
--- a/mercurial/templates/static/style-monoblue.css	Mon Dec 25 16:31:14 2017 -0700
+++ b/mercurial/templates/static/style-monoblue.css	Wed Jan 03 09:41:01 2018 +0800
@@ -502,7 +502,7 @@
 }
 
 ul#graphnodes li .info {
-	display: block;
+	margin-top: 2px;
 }
 /** end of canvas **/