Few pixels won
This commit is contained in:
parent
23f45c7b7e
commit
0f04075006
@ -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;
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user