From: Andrew Dolgov Date: Thu, 11 Jul 2013 04:39:09 +0000 (+0400) Subject: fix floating title position X-Git-Tag: 1.9~50^2~1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=da0f023745730ef2330f458945629e5ceaea89a5;p=tt-rss.git fix floating title position --- diff --git a/css/cdm.css b/css/cdm.css index 65c5bf53..c16cf28f 100644 --- a/css/cdm.css +++ b/css/cdm.css @@ -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;