Index: css/watcher.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/watcher/css/watcher.css,v
retrieving revision 1.4
diff -u -p -r1.4 watcher.css
--- css/watcher.css	28 Jul 2009 16:03:47 -0000	1.4
+++ css/watcher.css	15 Oct 2009 09:55:47 -0000
@@ -1,9 +1,6 @@
-@CHARSET "UTF-8";
-
 /**
  * Intro text in binder
  */
-	
 #watcher_binder_intro {
   margin: 1em 0;
 }
@@ -11,39 +8,36 @@
 /**
  * Email notification status link in binder
  */
-
 .watcher_binder_send_email_status_icon {
   background-image: url(../images/send_email_disabled.gif);
-  background-repeat: no-repeat!important;
+  background-repeat: no-repeat;
   width: 47px;
   height: 24px;
   display: block;
   padding-left: 47px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
-		line-height: 1.2em;
+	line-height: 1.2em;
 }
-
 .watcher_binder_send_email_status_icon_disabled {
   background-image: url(../images/send_email_disabled.gif);
-  color: #c00!important;
+  color: #c00;
 }
-
 .watcher_binder_send_email_status_icon_enabled {
   background-image: url(../images/send_email_enabled.gif);
-  color: #0b0!important;
+  color: #0b0;
 }
 
-/*
-  Must be on hover or firefox will not play the animated GIFs asynchronously,
-  instead they'll all sync and loop at the same time.
-  The last frame of the GIFs lasts for 10 seconds to handle long latencies.
-*/
+/**
+ * Must be on hover or firefox will not play the animated GIFs asynchronously,
+ * instead they'll all sync and loop at the same time.
+ * The last frame of the GIFs lasts for 10 seconds to handle long latencies.
+ */
 .watcher_binder_send_email_status_icon_from_enabled_to_disabled:hover {
-  background-image: url(../images/send_email_from_enabled_to_disabled_ani.gif)!important;
+  background-image: url(../images/send_email_from_enabled_to_disabled_ani.gif);
 }
 .watcher_binder_send_email_status_icon_from_disabled_to_enabled:hover {
-  background-image: url(../images/send_email_from_disabled_to_enabled_ani.gif)!important;
+  background-image: url(../images/send_email_from_disabled_to_enabled_ani.gif);
 }
 
 /**
@@ -51,7 +45,7 @@
  */
 .watcher_binder_stop_watching_icon {
   background-image: url(../images/stop_watching.png);
-  background-repeat: no-repeat!important;
+  background-repeat: no-repeat;
   width: 100%;
   height: 22px;
   display: block;
@@ -63,7 +57,7 @@
  */
 .watcher_node {
   background-image: url(../images/unwatch.gif);
-  background-repeat: no-repeat!important;
+  background-repeat: no-repeat;
   background-position: 0% 50%;
   padding-left: 22px;
   padding-top: 0px;
@@ -72,36 +66,30 @@
   font-size: 13px;
   height: 18px;
 }
-
 .watcher_node_watched {
-  background-image: url(../images/watch.gif)!important;
+  background-image: url(../images/watch.gif);
 }
-
 .watcher_node_toggle_watching_link {
   display: block;
-		color: #5F5F5F!important;
+		color: #5F5F5F;
 }
-
 .watcher_node_toggle_watching_link_watched {
-  color: #0c0!important;
+  color: #0c0;
   font-weight: bold;
 }
-
 .watcher_node_toggle_watching_link_with_link_to_binder {
   margin-bottom: 1.5em;
 }
-
 /** mini link, not currently used */
 .watcher_node_toggle_watching_link_mini {
   background-image: url(../images/watch.gif);
-  background-repeat: no-repeat!important;
+  background-repeat: no-repeat;
   font-size: 14px;
   width: 16px;
   height: 16px;
   display: inline;
   margin: 0 0 0 .5em;
 }
-
 .watcher_node_help_link_to_binder {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
@@ -111,9 +99,8 @@
 /**
  * Watcher Help Page
  */
-
 #watcher_help_page dl dt {
-  font-weight: bold!important;
+  font-weight: bold;
 }
 
 /**
@@ -124,4 +111,3 @@
   padding: 1em 1em 1em 54px;
   background: url(../images/important.png) no-repeat 8px 50%;
 }
-
