summaryrefslogtreecommitdiffstats
path: root/themes/penguin/templates/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/penguin/templates/default.css')
-rw-r--r--themes/penguin/templates/default.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/penguin/templates/default.css b/themes/penguin/templates/default.css
index e67396f0..501e78c5 100644
--- a/themes/penguin/templates/default.css
+++ b/themes/penguin/templates/default.css
@@ -101,12 +101,12 @@ select {
input[type=checkbox] {
border:0
}
-/************************************************/
-/* IE6 behaviors */
-/* - csshover2: :hover support on any element */
-/************************************************/
+/***************************************************/
+/* IE6 behaviors */
+/* - Whatever:hover: :hover support on any element */
+/***************************************************/
body {
- behavior:url("templates/csshover2.htc");
+ behavior:url("modules/whatever_hover/csshover3.htc");
}
/************************************************/
/* Float Clearer */