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
 
@@ -1061,13 +1061,14 @@ tbody .yui-dt-editable { cursor: pointer
 
#content div.box div.h3,
 
#content div.box div.h4,
 
#content div.box div.h5,
 
#content div.box div.h6 {
 
    clear: both;
 
    overflow: hidden;
 
    margin: 8px 20px 5px;
 
    margin: 8px 20px 3px;
 
    padding-bottom: 2px;
 
}
 

	
 
#content div.box p {
 
    color: #5f5f5f;
 
    font-size: 12px;
 
    line-height: 150%;
0 comments (0 inline, 0 general)