Assorted minor fixes
This commit is contained in:
parent
c3bfe1531a
commit
cf5fb3cafd
|
@ -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>
|
||||
|
|
|
@ -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'));
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue