mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 18:27:16 +00:00
Cleaned up HTML
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="container">
|
||||
<br><br><br>
|
||||
|
||||
<h1><?php echo $page_title?></h1>
|
||||
|
||||
<?php $this->load->view("awards/nav_bar")?>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
|
||||
<div class="container">
|
||||
<br><br><br>
|
||||
|
||||
<h2>Logbook</h2>
|
||||
|
||||
<h3>Filtering on <?php echo $filter ?></h3>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
|
||||
<div class="container">
|
||||
<br><br><br>
|
||||
<h1><?php echo $page_title; ?></h1>
|
||||
|
||||
<!-- Sub Nav for Awards -->
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="container">
|
||||
|
||||
<br><br><br>
|
||||
<h1><?php echo $page_title; ?></h1>
|
||||
|
||||
<!-- Sub Nav for Awards -->
|
||||
|
||||
@@ -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) { ?>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.container {
|
||||
margin-top: 45px;
|
||||
margin-top: 55px;
|
||||
}
|
||||
.fancybox-content {
|
||||
width : 710px !important;
|
||||
|
||||
Reference in New Issue
Block a user