diff mercurial/templates/static/style-gitweb.css @ 31625:c208bc65318a

gitweb: use monospace font for commit messages Commit messages often contain vertically aligned text. The default paper style already uses monospace fonts for rendering commit messages. And, AFAICT, a number of Git servers also render commit messages with monospace. It seems like the reasonable thing to do. This commit converts all instances of the full commit message in the gitweb style to render with monospace.
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 24 Mar 2017 19:52:43 -0700
parents 8f34e217338b
children eaf3819631c2
line wrap: on
line diff
--- a/mercurial/templates/static/style-gitweb.css	Fri Mar 24 22:40:08 2017 -0400
+++ b/mercurial/templates/static/style-gitweb.css	Fri Mar 24 19:52:43 2017 -0700
@@ -145,6 +145,10 @@
 	background-color: #bfdfff;
 }
 
+.description {
+    font-family: monospace;
+}
+
 /* Graph */
 div#wrapper {
 	position: relative;