diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-05-13 10:40:20 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-05-13 10:40:20 +0100 |
commit | 5972f57fc528a69617425d8e238a575cd6750d36 (patch) | |
tree | 529bfa5053ca6f653875f9fe1e8a3c7b0b473548 | |
parent | a332a7365cc5e4a88c4967b8bb46985dbadd5fce (diff) |
[toplinks] restyle
-rw-r--r-- | static/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index 32f8eac..490ec51 100644 --- a/static/styles.css +++ b/static/styles.css @@ -28,12 +28,13 @@ div { div.toplinks { background-color: #f7fff7; + padding: 0; } table.toplinks { width: 100%; td { - padding: 1em; + padding: 0.5em; width: 1%; text-align: center; a { |