summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/bluemarine/style.css2
-rw-r--r--themes/chameleon/common.css2
-rw-r--r--themes/pushbutton/style.css2
3 files changed, 3 insertions, 3 deletions
diff --git a/themes/bluemarine/style.css b/themes/bluemarine/style.css
index b19b268dc..b62e2716f 100644
--- a/themes/bluemarine/style.css
+++ b/themes/bluemarine/style.css
@@ -272,7 +272,7 @@ table {
/*
** Module specific styles
*/
-#aggregator .feed {
+#aggregator .feed-source {
background-color: #eee;
border: 1px solid #ccc;
padding: 1em;
diff --git a/themes/chameleon/common.css b/themes/chameleon/common.css
index 20eef4c52..8d8041564 100644
--- a/themes/chameleon/common.css
+++ b/themes/chameleon/common.css
@@ -145,7 +145,7 @@ br {
.form-item textarea {
font-size: 1em;
}
-#aggregator .feed {
+#aggregator .feed-source {
border: 1px solid gray;
padding: 1em;
}
diff --git a/themes/pushbutton/style.css b/themes/pushbutton/style.css
index 389c7bcb0..9f6225339 100644
--- a/themes/pushbutton/style.css
+++ b/themes/pushbutton/style.css
@@ -482,7 +482,7 @@ table#footer-menu {
.content .active {
color: #369;
}
-#aggregator .feed {
+#aggregator .feed-source {
background-color: #eee;
border: 1px solid #ccc;
padding: 1em;