diff mercurial/templates/static/style.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 bb5a03dfd7ff
line wrap: on
line diff
--- a/mercurial/templates/static/style.css	Mon Dec 25 16:31:14 2017 -0700
+++ b/mercurial/templates/static/style.css	Wed Jan 03 09:41:01 2018 +0800
@@ -115,6 +115,5 @@
 }
 
 ul#graphnodes li .info {
-	display: block;
 	font-size: 70%;
 }