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