From 043f4ebcec89d66358c7b5f8622295ea879e21ba Mon Sep 17 00:00:00 2001 From: leency Date: Tue, 2 Jun 2020 13:07:49 +0000 Subject: [PATCH] small fixes git-svn-id: file:///var/kolibrios-org-repos@5 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30 --- favicon.ico | Bin 1150 -> 1150 bytes style.css | 12 +++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/favicon.ico b/favicon.ico index e773a1654411c0cbf4cd42827764ea1589f6578b..0f199005710802b62d33092b1545b67dce97819d 100644 GIT binary patch delta 14 Vcmeyz@sDGJDkEd)W;MnLW&kOn1a1HT delta 14 Vcmeyz@sDGJDkJ0n&1#Gh%m6K&1sDJT diff --git a/style.css b/style.css index b23660a..4968e27 100644 --- a/style.css +++ b/style.css @@ -59,7 +59,8 @@ body { color: #999; font-weight: bold; text-decoration: none !important; - margin: 12px; + margin: 2%; + font-size: 1rem; cursor: pointer; -webkit-transition: color 0.15s ease; -moz-transition: color 0.15s ease; @@ -365,6 +366,10 @@ td { overflow: hidden; } +iframe { + max-width: 100%; +} + @@ -417,9 +422,6 @@ td { padding: 5px 10px; width: auto; } - #menu a { - margin: 6px; - } #show { border: none; display: inline; @@ -437,7 +439,7 @@ td { @media (max-width:864px) { #menu { - font-size: 1.6em; + font-size: 1rem; line-height: 1.6; } #lang-dropdown > ul > li a {