From cca8a6f25e17c2ea4418633200db70417a0f060b Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 30 Jan 2020 18:19:07 +0000 Subject: [PATCH] added version info --- www/css/main.css | 16 ++++++++++++++++ www/index.html | 1 + 2 files changed, 17 insertions(+) diff --git a/www/css/main.css b/www/css/main.css index d113c43..d783d38 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -149,3 +149,19 @@ blockquote { .meta-dupe { color: orange !important; } + +#version { + position:absolute; + top: 2px; + right: 2px; + font: 12px Tahoma; + font-style:italic; +} + +#version:before { + content:"version:"; + color: #393b3f; + font: 12px Helvetica sans-serif; + font-style:normal; + margin-right:3px; +} diff --git a/www/index.html b/www/index.html index 9865328..457bdc0 100644 --- a/www/index.html +++ b/www/index.html @@ -13,6 +13,7 @@

osu!merge

+
(non working dev build)
osu!merge
Merge .osu files together.