summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-06-19 08:50:46 +0000
committerDries Buytaert <dries@buytaert.net>2005-06-19 08:50:46 +0000
commitabc16b1d6d3233fddc53ea6d01ecc91df7aea395 (patch)
tree197871309c3903091ab6e2094a5848536635dc76 /themes
parentf12d5c5347322e77748ee9f74d642aeb54cc20e9 (diff)
downloadbrdo-abc16b1d6d3233fddc53ea6d01ecc91df7aea395.tar.gz
brdo-abc16b1d6d3233fddc53ea6d01ecc91df7aea395.tar.bz2
- Patch #25067 by Thox: renamed 'light' and 'dark' to 'odd' and 'even'.
TODO: update the "Migrating themes from Drupal 4.6 to Drupal HEAD"-page in the Drupal handbook! TODO: update the themes in the contributions repository.
Diffstat (limited to 'themes')
-rw-r--r--themes/bluemarine/style.css2
-rw-r--r--themes/pushbutton/style.css8
2 files changed, 5 insertions, 5 deletions
diff --git a/themes/bluemarine/style.css b/themes/bluemarine/style.css
index 4f6e637d6..557ac161e 100644
--- a/themes/bluemarine/style.css
+++ b/themes/bluemarine/style.css
@@ -10,7 +10,7 @@ body {
background-color: #fff;
font: 76% Verdana, Arial, Helvetica, sans-serif;
}
-tr.dark td, tr.light td {
+tr.odd td, tr.even td {
padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
diff --git a/themes/pushbutton/style.css b/themes/pushbutton/style.css
index aef735a27..6a2727508 100644
--- a/themes/pushbutton/style.css
+++ b/themes/pushbutton/style.css
@@ -24,7 +24,7 @@ img {
display: block;
border: 0;
}
-tr.dark td, tr.light td {
+tr.odd td, tr.even td {
padding: 0.3em;
}
a:link {
@@ -509,7 +509,7 @@ table#footer-menu {
#tracker th img {
float: right;
}
-#tracker tr.light, #tracker tr.dark {
+#tracker tr.even, #tracker tr.odd {
background-color: #fff;
}
#tracker td {
@@ -539,10 +539,10 @@ table#footer-menu {
#forum table tr th img {
margin: 0;
}
-#forum tr.dark {
+#forum tr.odd {
background: #e0edfb;
}
-#forum tr.light {
+#forum tr.even {
background: #fff;
}
#forum td {