changeset 6050:17f9f921a538

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.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 28 Jul 2016 16:28:34 +0200
parents 97a4b5c47cc1
children 186bf5fee0a1
files kallithea/public/css/style.css
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Thu Jul 28 16:28:34 2016 +0200
+++ b/kallithea/public/css/style.css	Thu Jul 28 16:28:34 2016 +0200
@@ -171,6 +171,10 @@
     line-height: 14px;
 }
 
+.changeset_hash {
+    font-family: Lucida Console, Consolas, Monaco, Inconsolata, Liberation Mono, monospace;
+}
+
 .top-left-rounded-corner {
     border-top-left-radius: 8px;
 }