Assorted minor fixes

This commit is contained in:
Robbie Antenesse 2019-06-09 15:10:50 -06:00 committed by Robbie Antenesse
parent c3bfe1531a
commit cf5fb3cafd
3 changed files with 3 additions and 2 deletions

View File

@ -113,7 +113,7 @@
<footer id="bottom">
<a href="https://liberapay.com/robbieantenesse" target="_blank" class="small button">Support Lexiconga</a>
<a href="https://blog.lexicon.ga" target="_blank" class="small button">Blog</a>
<a href="./" target="_blank" class="small button">Advertise</a>
<a href="." target="_blank" class="small button">Advertise</a>
<a href="https://github.com/Alamantus/Lexiconga/issues" target="_blank" class="small button">Issues</a>
<a href="https://github.com/Alamantus/Lexiconga/releases" target="_blank" class="small button">Updates</a>
<span class="separator">|</span>

View File

@ -1,4 +1,5 @@
<?php
require_once(realpath(dirname(__FILE__) . '/./config.php'));
require_once(realpath(dirname(__FILE__) . '/./Response.php'));
require_once(realpath(dirname(__FILE__) . '/./User.php'));

View File

@ -2,7 +2,7 @@
#title {
display: inline-block;
margin: 3px $general-padding 3px 0;
width: auto;
width: 180px;
max-height: $header-height - $general-padding;
vertical-align: middle;
}