sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

commit 57cc1d9272fac6be9f1329dd74c30dfd2001f99a
parent dd30984ee027f2f48edba44cbfc5080164f84c5c
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Mon, 21 Feb 2022 22:42:14 +0100

Revert "Swapped bottom links"

This reverts commit dd30984ee027f2f48edba44cbfc5080164f84c5c.

Diffstat:
Mbottom.html | 8++++----
Msrc/style.css | 2+-
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bottom.html b/bottom.html @@ -4,15 +4,15 @@ <nav class="bottom"> <table class="footer"> <tr> - <td class="hosted"> - Hosted by - <a href="https://openbsd.amsterdam">openbsd.amsterdam</a> - </td> <td class="contact"> <a href="mailto:sebastiano@tronto.net"> sebastiano@tronto.net </a> </td> + <td class="hosted"> + Hosted by + <a href="https://openbsd.amsterdam">openbsd.amsterdam</a> + </td> </tr> </table> </nav> diff --git a/src/style.css b/src/style.css @@ -12,7 +12,7 @@ width: 100%; } -.contact { +.hosted { text-align: right; }