Skip to content
Snippets Groups Projects
Commit 0f040750 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Few pixels won

parent 23f45c7b
No related branches found
No related tags found
No related merge requests found
...@@ -813,7 +813,7 @@ a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudis ...@@ -813,7 +813,7 @@ a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudis
a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active { a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
font-weight: normal; font-weight: normal;
padding: 0px 5px 0px 5px; padding: 0px 5px 0px 3px;
white-space: nowrap; white-space: nowrap;
/* text-shadow: 1px 1px 1px #000000; */ /* text-shadow: 1px 1px 1px #000000; */
color: #<?php echo $colortextbackhmenu; ?>; color: #<?php echo $colortextbackhmenu; ?>;
...@@ -4043,7 +4043,7 @@ border-top-right-radius: 6px; ...@@ -4043,7 +4043,7 @@ border-top-right-radius: 6px;
} }
@media only screen and (max-width: <?php echo round($nbtopmenuentries * $fontsize * 7, 0) + 10; ?>px) @media only screen and (max-width: <?php echo round($nbtopmenuentries * $fontsize * 6.7, 0) + 10; ?>px)
{ {
.mainmenuaspan { .mainmenuaspan {
display: none; display: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment