fix floating title position

master
Andrew Dolgov 11 years ago
parent 301a09dc55
commit da0f023745

@ -230,11 +230,11 @@ div.cdmHeader span.author {
div#floatingTitle {
position : absolute;
z-index : 5;
top : 26px;
top : 25px;
right : 0px;
left : 0px;
border-color : #ccc;
border-width : 0px 0px 1px 0px;
border-width : 1px 0px 1px 0px;
border-style : solid;
background : #fcfcfc;
color : #555;

Loading…
Cancel
Save