summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-11 08:39:09 +0400
committerAndrew Dolgov <[email protected]>2013-07-11 08:39:09 +0400
commitda0f023745730ef2330f458945629e5ceaea89a5 (patch)
treebeedb19708452f7e41aaabe625ea84ab80b296a8 /css/cdm.css
parent301a09dc5591e6f4022bec9611d6f5979d645d0b (diff)
fix floating title position
Diffstat (limited to 'css/cdm.css')
-rw-r--r--css/cdm.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 65c5bf53f..c16cf28f1 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;