From 74d720ccab033c7c73b7871f1cace7e25592a44c Mon Sep 17 00:00:00 2001 From: overflowerror Date: Sun, 4 Aug 2024 21:21:58 +0200 Subject: [PATCH] feat: Add version number to layout --- html/styles/main.css | 7 +++++++ view/layout.php | 1 + 2 files changed, 8 insertions(+) diff --git a/html/styles/main.css b/html/styles/main.css index 78bee0a..18679ed 100644 --- a/html/styles/main.css +++ b/html/styles/main.css @@ -290,4 +290,11 @@ h2 { #disclaimer a, #disclaimer a:visited { color: grey; +} + +#version { + position: fixed; + bottom: 0; + left: 2px; + font-size: 12px; } \ No newline at end of file diff --git a/view/layout.php b/view/layout.php index e7e4377..316af23 100644 --- a/view/layout.php +++ b/view/layout.php @@ -48,5 +48,6 @@ Minecraft content and materials on this site are trademarks and copyrights of Mojang Studios.

+
v