summaryrefslogtreecommitdiffstats
path: root/themes/greysme/templates/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/greysme/templates/default.css')
-rw-r--r--themes/greysme/templates/default.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css
index a2aff896..e22b6db8 100644
--- a/themes/greysme/templates/default.css
+++ b/themes/greysme/templates/default.css
@@ -82,11 +82,11 @@ input{ padding:0 2px; }
input:focus, select:focus { border-style: dotted; }
textarea { background-color: #111; color: #e9ad51; }
-/************************************************/
-/* IE6 behaviors */
-/* - csshover2: :hover support on any element */
-/************************************************/
-body { behavior:url("templates/csshover2.htc"); }
+/***************************************************/
+/* IE6 behaviors */
+/* - Whatever:hover: :hover support on any element */
+/***************************************************/
+body { behavior:url("modules/whatever_hover/csshover3.htc"); }
/************************************************/
/* Float Clearer */