summaryrefslogtreecommitdiff
path: root/style/man.css
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-03-05 20:37:03 +0200
committerdweller <dweller@cabin.digital>2024-03-05 20:37:03 +0200
commit98cc28af8d4cb81a7070ba0d43e2254eae073d01 (patch)
treecbb787ae8618a8ca4b4fe3cdbc1407ba160ff194 /style/man.css
parent95705c29d9e83d1ed639c6a1c01cba0c0b041d7f (diff)
Fix webkit (modern day IE courtesy of AppleĀ® Inc.) stuff like broken modern media queries and no style for dropdowns
Diffstat (limited to 'style/man.css')
-rw-r--r--style/man.css20
1 files changed, 2 insertions, 18 deletions
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%; }
}