Cleaned up HTML

This commit is contained in:
Peter Goodhall
2019-04-04 21:09:47 +01:00
parent b644fb3c86
commit 30e88fa4bc
6 changed files with 3 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<div class="container">
<br><br><br>
<h1><?php echo $page_title?></h1>
<?php $this->load->view("awards/nav_bar")?>

View File

@@ -32,7 +32,7 @@
<div class="container">
<br><br><br>
<h2>Logbook</h2>
<h3>Filtering on <?php echo $filter ?></h3>

View File

@@ -1,6 +1,5 @@
<div class="container">
<br><br><br>
<h1><?php echo $page_title; ?></h1>
<!-- Sub Nav for Awards -->

View File

@@ -1,6 +1,5 @@
<div class="container">
<br><br><br>
<h1><?php echo $page_title; ?></h1>
<!-- Sub Nav for Awards -->

View File

@@ -1,5 +1,4 @@
<div class="container">
<br><br><br>
<?php if(($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?>
<?php if($todays_qsos >= 1) { ?>

View File

@@ -1,5 +1,5 @@
.container {
margin-top: 45px;
margin-top: 55px;
}
.fancybox-content {
width : 710px !important;