From 98cc28af8d4cb81a7070ba0d43e2254eae073d01 Mon Sep 17 00:00:00 2001 From: dweller Date: Tue, 5 Mar 2024 20:37:03 +0200 Subject: =?UTF-8?q?Fix=20webkit=20(modern=20day=20IE=20courtesy=20of=20App?= =?UTF-8?q?le=C2=AE=20Inc.)=20stuff=20like=20broken=20modern=20media=20que?= =?UTF-8?q?ries=20and=20no=20style=20for=20dropdowns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/man.css | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'style/man.css') diff --git a/style/man.css b/style/man.css index a1f6aed..4999be2 100644 --- a/style/man.css +++ b/style/man.css @@ -102,17 +102,6 @@ overflow-wrap: break-word; } -/* -.head -{ - width: 100%; - display: flex; - flex-direction: row; - align-items: center; - justify-content: space-between; -} -*/ - table { display: block; @@ -191,7 +180,7 @@ pre #lmmtfy textarea:hover { box-shadow: 0.5pt 0.75pt 0.5rem var(--qshadowh); } } -@media (width <= 800px) +@media (max-width: 800px) { .manpage { @@ -203,12 +192,7 @@ pre } #lmmtfy { margin-bottom: 3em; } - - #lmmtfy > div - { - width: 90%; - - } + #lmmtfy > div { width: 90%; } } -- cgit v1.2.3