Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 12, 2016
1 parent 1fbf233 commit dbc017a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -4415,11 +4415,7 @@

/* nboftopmenuentries = <?php echo $nbtopmenuentries ?>, fontsize=<?php echo $fontsize ?> */
/* rule to reduce top menu - 1st reduction */
<<<<<<< HEAD
@media only screen and (max-width: <?php echo round($nbtopmenuentries * $fontsize * 7, 0) + 20; ?>px)
=======
@media only screen and (max-width: <?php echo round($nbtopmenuentries * $fontsize * 6.9, 0) + 8; ?>px)
>>>>>>> branch '3.9' of git@github.com:Dolibarr/dolibarr.git
{
div.tmenucenter {
max-width: <?php echo round($fontsize * 4); ?>px; /* size of viewport */
Expand Down

0 comments on commit dbc017a

Please sign in to comment.