Fix invalid CSS comment
authorMichael Ang <mang@archive.org>
Tue, 16 Nov 2010 01:00:30 +0000 (01:00 +0000)
committerMichael Ang <mang@archive.org>
Tue, 16 Nov 2010 01:00:30 +0000 (01:00 +0000)
BookReader/BookReader.css

index 9265d49..0379874 100644 (file)
@@ -363,7 +363,8 @@ a.BRgrey:visited   { color: #666; }
 }
 
 .BRfliparea {
-    background-image: url(images/transparent.png); # Required to capture mouse on IE
+    /* Required to capture mouse on IE */
+    background-image: url(images/transparent.png);
 }
 
 .BRtwoPagePopUp {