Changeset - 04dd907b2993
[Not reviewed]
beta
0 1 0
Aras Pranckevicius - 14 years ago 2012-01-27 07:11:35
aras@unity3d.com
changeset: do not mix font sizes/padding of hash vs. date there, looks very distracting
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -4149,8 +4149,7 @@ div.diffblock .code-header-title{
 
}
 
div.diffblock .code-header .hash{
 
    float: left;
 
    font-family: monospace;
 
    padding: 3px 0 0 2px;
 
    padding: 2px 0 0 2px;
 
}
 
div.diffblock .code-header .date{
 
    float:left;
0 comments (0 inline, 0 general)