summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-20 09:09:18 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-20 09:09:18 +0000
commit9c4d4fe7b2d904d3c39c1a00b823e021005048f9 (patch)
tree579207f6be534f1529939f29c7be492fb79946a8 /themes
parent8c02d4ec93b1af107dbd43ccb460c08a22e78675 (diff)
downloadbrdo-9c4d4fe7b2d904d3c39c1a00b823e021005048f9.tar.gz
brdo-9c4d4fe7b2d904d3c39c1a00b823e021005048f9.tar.bz2
- Patch #45228 and patch #45025 by m3avrck and Uwe: aggregator module HTML/CSS cleanups.
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;