# HG changeset patch # User Mads Kiilerich # Date 2016-07-28 16:28:34 # Node ID 17f9f921a5381d4a927d89492b676db9ae3e894d # Parent 97a4b5c47cc11d4557384b74fa4ee819d4a81a75 style: use monospace for hashes - columns of hashes look messy when they have different lenght Especially 'f' was rendered narrow in the previous font. We keep the default size (10.something px) instead of 12 px as the important text on the line uses. diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -171,6 +171,10 @@ div.formatted-fixed { line-height: 14px; } +.changeset_hash { + font-family: Lucida Console, Consolas, Monaco, Inconsolata, Liberation Mono, monospace; +} + .top-left-rounded-corner { border-top-left-radius: 8px; }