summaryrefslogtreecommitdiff
path: root/misc
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 /misc
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 'misc')
-rw-r--r--misc/drupal.css6
-rw-r--r--misc/print.css4
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index 838300c1c..41db26667 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -30,11 +30,11 @@ th {
th.active img {
display: inline;
}
-tr.dark, tr.light {
+tr.even, tr.odd {
background-color: #eee;
border-bottom: 1px solid #ccc;
}
-tr.dark, tr.light {
+tr.even, tr.odd {
padding: 0.1em 0.6em;
}
td.active {
@@ -134,7 +134,7 @@ br.clear {
margin-top: 1em;
margin-bottom: 1em;
}
-tr.light .form-item, tr.dark .form-item {
+tr.odd .form-item, tr.even .form-item {
margin-top: 0;
margin-bottom: 0;
white-space: nowrap;
diff --git a/misc/print.css b/misc/print.css
index c70280d88..6b1e57218 100644
--- a/misc/print.css
+++ b/misc/print.css
@@ -9,10 +9,10 @@ th {
color: #006;
border-bottom: 1px solid #ccc;
}
-tr.dark {
+tr.odd {
background-color: #ddd;
}
-tr.light {
+tr.even {
background-color: #fff;
}
td {