diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-09-03 16:12:56 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-09-03 16:12:56 +0200 |
| commit | f013207d3db211a0ef4796d50218849c5bc9765f (patch) | |
| tree | b9d2439208b7bc7f551532af532d3d2daeb225ed /src/style.css | |
| parent | 58ff498d162287e36369919127b5f8e78531dc63 (diff) | |
| download | sebastiano.tronto.net-f013207d3db211a0ef4796d50218849c5bc9765f.tar.gz sebastiano.tronto.net-f013207d3db211a0ef4796d50218849c5bc9765f.zip | |
Swap footer elements
Diffstat (limited to 'src/style.css')
| -rw-r--r-- | src/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
