kopia lustrzana https://github.com/magicbug/Cloudlog
Cleaned up HTML
rodzic
b644fb3c86
commit
30e88fa4bc
|
@ -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;
|
||||
|
|
Ładowanie…
Reference in New Issue