summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-13 14:04:37 +0300
committerAndrew Dolgov <[email protected]>2010-11-13 14:04:37 +0300
commit8cc5e965125d083ea7b3b66699597888ce41d2ad (patch)
tree7de65d6bf5861419634fa200687529a7a4b3f197 /cdm.css
parent20f16e7197c355d8446b8f7c581d0db1ebe8f612 (diff)
use css-based layout in normal mode
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/cdm.css b/cdm.css
index ed35d7626..6f11b0b6b 100644
--- a/cdm.css
+++ b/cdm.css
@@ -15,13 +15,13 @@ div.cdmHeader input {
margin-right : 5px;
}
-div.updPic {
+div.cdmHeader div.updPic {
width : 25px;
display : inline-block;
text-align : center;
}
-div.updPic img {
+div.cdmHeader div.updPic img {
vertical-align : middle;
}
@@ -67,3 +67,12 @@ div.cdmContent div.postEnclosures {
color : gray;
}
+div.cdmFeedTitle {
+ border-color : #a0a0a0;
+ border-width : 0px 0px 1px 0px;
+ border-style : solid;
+ padding : 5px 3px 5px 5px;
+ background : url("images/toolbar.png") bottom left;
+ background-repeat : repeat-x;
+}
+