From 142300b77bde5920c67482f6a3ba2826295e4aec Mon Sep 17 00:00:00 2001 From: leency Date: Wed, 7 Apr 2021 21:57:54 +0000 Subject: [PATCH] various css fixes git-svn-id: file:///var/kolibrios-org-repos@11 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30 --- style.css | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/style.css b/style.css index 72a1adc..671b4b3 100644 --- a/style.css +++ b/style.css @@ -94,8 +94,8 @@ strong { h3 { color: #000; - font-weight: bold; padding: 10px 25px; + font-size: 130%; } #footer { @@ -321,20 +321,18 @@ iframe { /* Adaptive coding */ -@media (max-width:1060px) { +@media (max-width:864px) { #article, #footer, #screen, #show, #menu { position: static; } html { overflow-y: auto; } - #menu > a { - margin: 2%; - } #article { margin-top: 0; line-height: 1.45em; padding: 1% 4%; + border-radius: 0; } #article.releases { font-size: 75%; @@ -357,6 +355,13 @@ iframe { padding: 5px 10px; width: auto; } + #menu > a { + margin: 2%; + } + #menu a.notrequired { + display: none !important; + visibility: collapse; + } #show { display: inline; margin: 0; @@ -372,10 +377,3 @@ iframe { padding-bottom: 0; } } - -@media (max-width:864px) { - #menu a.notrequired { - display: none !important; - visibility: collapse; - } -}