diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index ebf5e347725..e3012e3a541 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -55,7 +55,7 @@ $left=($langs->direction=='rtl'?'right':'left'); ?> /* ============================================================================== */ -/* Styles par d�faut */ +/* Styles by default */ /* ============================================================================== */ body { @@ -329,6 +329,10 @@ li.tmenu a:link font-weight: normal; } +.tmenuimage { + padding:0 0 0 0 !important; + margin:0 0px 0 0 !important; +} /* Login */ diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index b4f7ff434b9..f95b270a566 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -55,7 +55,7 @@ $left=($langs->direction=='rtl'?'right':'left'); ?> /* ============================================================================== */ -/* Styles par d�faut */ +/* Styles by default */ /* ============================================================================== */ body { @@ -307,6 +307,10 @@ li.tmenu a:link font-weight: normal; } +.tmenuimage { + padding:0 0 0 0 !important; + margin:0 0px 0 0 !important; +} /* Login */