summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
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;
+}
+