aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-09-03 16:12:56 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-09-03 16:12:56 +0200
commitf013207d3db211a0ef4796d50218849c5bc9765f (patch)
treeb9d2439208b7bc7f551532af532d3d2daeb225ed
parent58ff498d162287e36369919127b5f8e78531dc63 (diff)
downloadsebastiano.tronto.net-f013207d3db211a0ef4796d50218849c5bc9765f.tar.gz
sebastiano.tronto.net-f013207d3db211a0ef4796d50218849c5bc9765f.zip
Swap footer elements
-rw-r--r--bottom.html2
-rw-r--r--src/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/bottom.html b/bottom.html
index 1c196b1..b950d88 100644
--- a/bottom.html
+++ b/bottom.html
@@ -5,10 +5,10 @@
5<footer> 5<footer>
6 <table> 6 <table>
7 <tr> 7 <tr>
8 <td class="lastupdate">Last update: LASTUPDATE</td>
9 <td class="contact"> 8 <td class="contact">
10 <a href="mailto:sebastiano@tronto.net">sebastiano@tronto.net</a> 9 <a href="mailto:sebastiano@tronto.net">sebastiano@tronto.net</a>
11 </td> 10 </td>
11 <td class="lastupdate">Last update: LASTUPDATE</td>
12 </tr> 12 </tr>
13 </table> 13 </table>
14</footer> 14</footer>
diff --git a/src/style.css b/src/style.css
index 5a1ecf5..a1b98d6 100644
--- a/src/style.css
+++ b/src/style.css
@@ -3,7 +3,7 @@ header nav table { width: 100%; }
3.logo img { max-width: 3em; margin: 0 0 0 0; } 3.logo img { max-width: 3em; margin: 0 0 0 0; }
4.links { text-align: right; font-weight: bold; } 4.links { text-align: right; font-weight: bold; }
5.links a { font-weight: bold; color: black; } 5.links a { font-weight: bold; color: black; }
6.contact { text-align: right; } 6.lastupdate { text-align: right; }
7.contact a { font-weight: bold; } 7.contact a { font-weight: bold; }
8 8
9/* Content */ 9/* Content */

Generated with cgit - Back to sebastiano.tronto.net