Menu

#134 invalid comment out in mrbs.css

closed
None
5
2012-07-20
2007-01-25
No

In CSS2 spec., comment is defined as the following:
Comments begin with the characters "/" and end with the characters "/".
http://www.w3.org/TR/REC-CSS2/syndata.html#comments

--- mrbs-1.2.4_orig/web/mrbs.css 2004-08-25 01:58:55.000000000 +0900
+++ mrbs-1.2.4/web/mrbs.css 2007-01-25 13:13:29.000000000 +0900
@@ -19,7 +19,7 @@
TD.TR { vertical-align: top; text-align: right}
TD.TL { vertical-align: top; text-align: left}

-td form { margin:0; } // Prevent IE from displaying margins around forms in tables.
+td form { margin:0; } / Prevent IE from displaying margins around forms in tables. /

TD.unallocated {color:gray}
TD.allocated {color:black}

Discussion

  • John Beranek

    John Beranek - 2007-02-06

    Logged In: YES
    user_id=71843
    Originator: NO

    OK, thanks for providing this fix, it'll go into CVS soon.

    John.

     
  • John Beranek

    John Beranek - 2007-02-24

    Logged In: YES
    user_id=71843
    Originator: NO

    Fixed in MRBS 1.2.5.