Left nav no longer uses tables
This commit is contained in:
parent
2b53868f52
commit
61ae46714d
|
@ -31,6 +31,14 @@ main {
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main > section {
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
main > section > section:not(:last-child) {
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
main section#left {
|
main section#left {
|
||||||
width: 180px;
|
width: 180px;
|
||||||
border-right: solid 2px black;
|
border-right: solid 2px black;
|
||||||
|
@ -107,7 +115,6 @@ a:hover {
|
||||||
background-color: #eeeeee;
|
background-color: #eeeeee;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 3px;
|
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-family: 'Times New Roman', Times, serif;
|
font-family: 'Times New Roman', Times, serif;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,26 +16,20 @@ $template = <<<HTML
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<table width="100%">
|
<section>
|
||||||
<tr><td class="title"><img src="/img/button_towns.gif" alt="Towns" title="Towns" /></td></tr>
|
<div class="title"><img src="/img/button_towns.gif" alt="Towns" title="Towns"></div>
|
||||||
<tr><td>
|
|
||||||
{{currenttown}}
|
{{currenttown}}
|
||||||
Travel To:<br>
|
Travel To:<br>
|
||||||
{{townslist}}
|
{{townslist}}
|
||||||
</td></tr>
|
</section>
|
||||||
</table>
|
|
||||||
|
|
||||||
<br>
|
<section>
|
||||||
|
<div class="title"><img src="/img/button_functions.gif" alt="Functions" title="Functions"></div>
|
||||||
<table width="100%">
|
|
||||||
<tr><td class="title"><img src="/img/button_functions.gif" alt="Functions" title="Functions" /></td></tr>
|
|
||||||
<tr><td>
|
|
||||||
<a href="/">Home</a><br>
|
<a href="/">Home</a><br>
|
||||||
{{forumslink}}
|
{{forumslink}}
|
||||||
{{adminlink}}
|
{{adminlink}}
|
||||||
<a href="users.php?do=changepassword">Change Password</a><br>
|
<a href="users.php?do=changepassword">Change Password</a><br>
|
||||||
<a href="login.php?do=logout">Log Out</a><br>
|
<a href="login.php?do=logout">Log Out</a><br>
|
||||||
<a href="help.php">Help</a>
|
<a href="help.php">Help</a>
|
||||||
</td></tr>
|
</section>
|
||||||
</table>
|
|
||||||
HTML;
|
HTML;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user