Move table into div and add margin
authorJoey Schulze <joey@infodrom.org>
Thu, 27 Jul 2017 08:12:59 +0000 (10:12 +0200)
committerJoey Schulze <joey@infodrom.org>
Sat, 6 Oct 2018 17:30:25 +0000 (19:30 +0200)
src/Infodrom/calendar/index.wml

index 8f1dcfd..b8979ae 100644 (file)
@@ -4,6 +4,9 @@
 <page func="Infodrom Oldenburg" title="Termine">
 
 <style type="text/css">
+div#termine {
+    margin-bottom: 10px;
+}
 table#calendar tr.row:hover {
     background: yellow;
 }
@@ -18,6 +21,7 @@ table#calendar tr.current {
 }
 </style>
 
+<div id="termine">
 <table id="calendar" width="100%" class="smallfont border" cellspacing="0" summary="">
 <tr class="head">
 <th width="5%">KW</th>
@@ -76,6 +80,7 @@ table#calendar tr.current {
 ?>
 
 </table>
+</div>
 
 </page>