From 7c6007393b4bea0593dc0f8d9ee3ee9005ac8d85 Mon Sep 17 00:00:00 2001 From: Paul Warren Date: Sun, 25 Feb 2024 16:40:12 +1100 Subject: [PATCH] php typoes, styling --- footer.php | 38 ++++++++++++++++++-------------------- style.css | 11 ++++++++++- 2 files changed, 28 insertions(+), 21 deletions(-) diff --git a/footer.php b/footer.php index 08b43d7..1f479ce 100644 --- a/footer.php +++ b/footer.php @@ -1,31 +1,29 @@ diff --git a/style.css b/style.css index 51c2cb2..fd8faa6 100644 --- a/style.css +++ b/style.css @@ -84,7 +84,6 @@ overflow: auto; } - #sidebar { float: left; background-color:#A0A0A0; @@ -95,10 +94,20 @@ clear: both; } +.update { + float: inline-start; +} + +.counter { + float: inline-end; +} + #footer p { font-size: 10px; } + + img { border: none; }