summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-13 01:19:52 +0300
committerAndrew Dolgov <[email protected]>2015-07-13 01:19:52 +0300
commitac4c1383ae3b1af7be056b1f75c8125b272b0e5f (patch)
tree4f486c3bb2cd515311b0b252c2e23e8d371708c8 /css
parentf56e5a35041878b5ec827e96ce3ac78a0df944c8 (diff)
bring cdmFeedTitle style in line with the rest of the UI
send headline rows as separate JSON objects
Diffstat (limited to 'css')
-rw-r--r--css/cdm.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 0af07076f..ed9bedea1 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -213,17 +213,14 @@ div.cdmContent div.postEnclosures {
}
div.cdmFeedTitle {
- border-color : #a0a0a0;
+ border-color : #4684ff;
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;
}
div.cdmFeedTitle a.title {
color : #555;
- font-style : italic;
font-weight : bold;
}