Revision: 1085
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1085&view=rev
Author:   cimorrison
Date:     2009-04-03 16:52:17 +0000 (Fri, 03 Apr 2009)

Log Message:
-----------
Fixed problem in Rev 1084 where the wrong CSS commenting style was used ( // 
... instead of /*  ...  */ )

Revision Links:
--------------
    http://mrbs.svn.sourceforge.net/mrbs/?rev=1084&view=rev

Modified Paths:
--------------
    mrbs/trunk/web/mrbs.css.php

Modified: mrbs/trunk/web/mrbs.css.php
===================================================================
--- mrbs/trunk/web/mrbs.css.php 2009-04-03 07:53:25 UTC (rev 1084)
+++ mrbs/trunk/web/mrbs.css.php 2009-04-03 16:52:17 UTC (rev 1085)
@@ -370,7 +370,7 @@
 // one booking in a time slot.
 ?>
 
-.times div.celldiv1 {overflow: visible}  // we want to see the content in the 
row label columns
+.times div.celldiv1 {overflow: visible}     /* we want to see the content in 
the row label columns */
 
 div.mini, div.maxi {position: relative}     /* establish a relative position 
for the absolute position to follow */
 div.multiple_control {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to