Footer anchor & return link positioning

dev
gravel 2 years ago
parent a2e74001b7
commit 0c72d17e6a
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -32,3 +32,7 @@ a, .anchorstyle {
border: 2px solid black;
border-radius: 1em;
}
#link-return {
float: right;
}

@ -63,18 +63,21 @@
<header>
<div id="header-start"></div>
<div id="header-end">
<a
id="link-about"
href="#footer"
title="Learn more about sessioncommunities.online."
>About</a>
<label
for="toggle-theme-switch"
class="anchorstyle"
title="Switch color theme"
>
Switch theme
</label>
>Switch theme</label>
<a
id="link-instructions"
target="_blank"
rel="help"
title="Mutli-language guide to joining communities using the site."
title="Multi-language guide to using the site."
href="instructions.html"
>Instructions</a>
</div>
@ -86,7 +89,7 @@
<hr>
<footer>
<footer id="footer">
<p id="server_summary">
<?=count_rooms($servers)?> unique Session Communities
on <?=count($servers)?> servers have been found.

@ -36,7 +36,7 @@
<h1>Instructions for joining Session Communities</h1>
</header>
<main>
<p>
<p id="link-return">
<a href="/" title="Return to the Session Community listing">
Go back to Community list
</a>

Loading…
Cancel
Save