From 6e7bc53fc42c7ac84913b083b868542cda6f2cc7 Mon Sep 17 00:00:00 2001 From: axtloss Date: Tue, 24 Dec 2024 20:22:48 +0100 Subject: make w3c happy --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 84735c5..0fb9d20 100644 --- a/style.css +++ b/style.css @@ -82,7 +82,8 @@ body { z-index: 100; } -.bottom-bar a { +.bottom-bar a, +.bottom-bar div { border-top: 4px solid #fff; border-left: 4px solid #fff; border-right: 4px solid #000; @@ -252,7 +253,7 @@ body { gap: 5px; } -.window .title-bar .controls span { +.window .title-bar .controls label { border-top: 2px solid #fff; border-left: 2px solid #fff; border-right: 2px solid #000; @@ -285,6 +286,7 @@ body { } .window .content img { + width: 90%; max-width: 400px; } @@ -294,6 +296,7 @@ body { padding: 10px; } +#close, #home, #home-menu, #home-window, #projects, #projects-menu, #projects-window { display: none; -- cgit v1.2.3