Changeset:
        6c4209d3e17a
        
https://sourceforge.net/p/mrbs/hg-code/ci/6c4209d3e17a5561fec9d2c02da0104d653f99dc
Author:
        Campbell Morrison <[email protected]>
Date:
        Mon Dec 05 10:10:46 2016 +0000
Log message:

Simplified HTML

diffstat:

 web/css/mrbs.css.php |  2 +-
 web/mincals.inc      |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 925b634d53e8 -r 6c4209d3e17a web/css/mrbs.css.php
--- a/web/css/mrbs.css.php      Mon Dec 05 10:05:01 2016 +0000
+++ b/web/css/mrbs.css.php      Mon Dec 05 10:10:46 2016 +0000
@@ -1010,7 +1010,7 @@
 div.problem_report {border-bottom: 1px solid <?php echo 
$site_faq_entry_border_color ?>; margin-top: 1em}
 
 /* ------------ MINCALS.PHP ---------------------*/
-div#cals {float: right}
+#cals {float: right}
 div#cal_last {float: left}
 div#cal_this {float: left; margin-left: 1.0em}
 div#cal_next {float: left; margin-left: 1.0em}
diff -r 925b634d53e8 -r 6c4209d3e17a web/mincals.inc
--- a/web/mincals.inc   Mon Dec 05 10:05:01 2016 +0000
+++ b/web/mincals.inc   Mon Dec 05 10:10:46 2016 +0000
@@ -329,7 +329,7 @@
 $thismonth = mktime(12, 0, 0, $month,   $day, $year);
 $nextmonth = mktime(12, 0, 0, $month+1, 1, $year);
 
-echo "<div id=\"cals\" class=\"screenonly\">\n";
+echo "<nav id=\"cals\">\n";
 
 echo "<div id=\"cal_last\">\n";
 $cal = new Calendar(date("d",$lastmonth), date("m",$lastmonth), 
date("Y",$lastmonth), 0, $area, $room, $dmy);
@@ -346,6 +346,6 @@
 echo $cal->getHTML();
 echo "</div>\n";
 
-echo "</div>\n";
+echo "</nav>\n";
 }
 

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

Reply via email to