small fixes

git-svn-id: file:///var/kolibrios-org-repos@5 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30
This commit is contained in:
leency 2020-06-02 13:07:49 +00:00
parent 6cee2a780b
commit 043f4ebcec
2 changed files with 7 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -59,7 +59,8 @@ body {
color: #999; color: #999;
font-weight: bold; font-weight: bold;
text-decoration: none !important; text-decoration: none !important;
margin: 12px; margin: 2%;
font-size: 1rem;
cursor: pointer; cursor: pointer;
-webkit-transition: color 0.15s ease; -webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease; -moz-transition: color 0.15s ease;
@ -365,6 +366,10 @@ td {
overflow: hidden; overflow: hidden;
} }
iframe {
max-width: 100%;
}
@ -417,9 +422,6 @@ td {
padding: 5px 10px; padding: 5px 10px;
width: auto; width: auto;
} }
#menu a {
margin: 6px;
}
#show { #show {
border: none; border: none;
display: inline; display: inline;
@ -437,7 +439,7 @@ td {
@media (max-width:864px) { @media (max-width:864px) {
#menu { #menu {
font-size: 1.6em; font-size: 1rem;
line-height: 1.6; line-height: 1.6;
} }
#lang-dropdown > ul > li a { #lang-dropdown > ul > li a {