From 7a23770be016d581d87ba8d1cfafe7bad5eb3da4 Mon Sep 17 00:00:00 2001 From: Ozh Date: Sun, 24 Apr 2022 12:57:37 +0200 Subject: Update to 2.091 Fixes #46 --- style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 727511c..a29b3ce 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,4 @@ -/* reset CSS */ +/* reset CSS */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, @@ -829,6 +829,7 @@ input[type=range]:active::-ms-thumb,input[type=range]:hover::-ms-thumb {backgrou font-size:14px; font-family:Georgia; font-weight:bold; + margin-top:-2px; } .framed .close { @@ -2208,7 +2209,7 @@ from {background-position:0px 0px;} position:absolute; left:0px; top:0px; - background:url(img/buildings.png?v=4); + background:url(img/buildings.png?v=5); background-repeat:no-repeat; margin:0px; } @@ -2229,7 +2230,7 @@ from {background-position:0px 0px;} height:64px; left:0px; top:0px; - background:url(img/buildings.png?v=4); + background:url(img/buildings.png?v=5); background-repeat:no-repeat; margin:-16px; transform:scale(0.5); @@ -2270,7 +2271,7 @@ from {background-position:0px 0px;} { z-index:100; opacity:1; - background:url(img/buildings.png?v=4); + background:url(img/buildings.png?v=5); background-repeat:no-repeat; -webkit-transition: opacity 2s ease-out; -moz-transition: opacity 2s ease-out; -- cgit v1.2.3