Commit 72df1785c6b666155e393faea52758a2c9122699

Authored by Jean Wasilewski
1 parent fc27b313

Removed useless padding

Showing 2 changed files with 1 additions and 2 deletions   Show diff stats
agenda.php
1   -<br/> <br/> <br/>
2 1 <center><table class="table table-striped table-responsive table-bordered">
3 2 <div class="panel_heading">
4 3 <thead>
... ...
index.php
... ... @@ -24,7 +24,7 @@ require_once(&quot;creds.php&quot;);
24 24 <?php require_once("menu.php");?>
25 25 </div>
26 26 <div class="col-md-9" id="mainContainer">
27   -<?php require_once("agenda.php");?>
  27 +<?php require_once("news.php");?>
28 28 </div>
29 29 </div>
30 30 </body>
... ...