From 37fe753ea489675d0ed1712322809be92d119058 Mon Sep 17 00:00:00 2001 From: leency Date: Sat, 20 Nov 2021 11:12:49 +0000 Subject: [PATCH] small fix for an older browsers git-svn-id: file:///var/kolibrios-org-repos@31 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30 --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 78cb3fd..14291dd 100644 --- a/style.css +++ b/style.css @@ -232,9 +232,10 @@ td { position: fixed; bottom: 10px; right: 10px; - width: 400px; + width: 350px; border-radius: 5px; text-align: center; + background: #333333; background: #333333DD; z-index: 10; color: #fff;