summaryrefslogtreecommitdiff
path: root/style/man.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-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%; }
}