Changeset - 17f9f921a538
[Not reviewed]
default
0 1 0
Mads Kiilerich - 9 years ago 2016-07-28 16:28:34
madski@unity3d.com
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.
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -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;
 
}
0 comments (0 inline, 0 general)