Changeset - 246cf3be2b70
[Not reviewed]
default
0 1 0
domruf - 11 years ago 2014-08-28 23:16:14
dominikruf@gmail.com
css: fix cut font

the name of the repository got cut below the baseline (on windows? ed.)
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -1064,7 +1064,8 @@ tbody .yui-dt-editable { cursor: pointer
 
#content div.box div.h6 {
 
    clear: both;
 
    overflow: hidden;
 
    margin: 8px 20px 5px;
 
    margin: 8px 20px 3px;
 
    padding-bottom: 2px;
 
}
 

	
 
#content div.box p {
0 comments (0 inline, 0 general)