Revision: 2481
          https://sourceforge.net/p/mrbs/code/2481/
Author:   cimorrison
Date:     2012-10-09 16:01:59 +0000 (Tue, 09 Oct 2012)
Log Message:
-----------
Fixed bug causing fault in formatting of month view

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

Modified: mrbs/trunk/web/css/mrbs.css.php
===================================================================
--- mrbs/trunk/web/css/mrbs.css.php     2012-10-09 15:29:51 UTC (rev 2480)
+++ mrbs/trunk/web/css/mrbs.css.php     2012-10-09 16:01:59 UTC (rev 2481)
@@ -210,7 +210,7 @@
 .dwm_main#day_main th.first_last {width: <?php echo $column_row_labels_width 
?>%}
 .dwm_main#week_main th {width: <?php echo $column_week ?>%}
 .dwm_main#week_main th.first_last {width: <?php echo $column_row_labels_width 
?>%; vertical-align: bottom}
-.dwm_main td.invalid {background-color: <?php echo 
$main_table_slot_invalid_color ?>};
+.dwm_main td.invalid {background-color: <?php echo 
$main_table_slot_invalid_color ?>}
 .dwm_main#month_main th {width: <?php echo $column_month ?>%}
 .dwm_main#month_main td {border-top:  <?php echo $main_table_cell_border_width 
?>px solid <?php echo $main_table_body_v_border_color ?>}
 .dwm_main#month_main td.valid   {background-color: <?php echo 
$main_table_month_color ?>}
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to