# HG changeset patch # User Adrian Buehlmann # Date 2011-04-19 12:56:47 # Node ID 1708a0cad774cc99abf41b2245aadceb879c53d0 # Parent 190e5f2043d9a7bc3c3c3d86249b3b7acb943e51 paper: use monospace font for description diff --git a/mercurial/templates/static/style-paper.css b/mercurial/templates/static/style-paper.css --- a/mercurial/templates/static/style-paper.css +++ b/mercurial/templates/static/style-paper.css @@ -211,6 +211,7 @@ div.description { margin: 1em 0 1em 0; padding: .3em; white-space: pre; + font-family: monospace; } /* Graph */