7 lines
294 B
PHP
Executable File
7 lines
294 B
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
// -----------------------------------------------------
|
|
// Sous Menus last decalage gauche
|
|
// -----------------------------------------------------
|
|
$responsiveFic=$responsiveFic. ".menuDeroulantItem:last-child:hover>ul{left:-35px;}\n";
|
|
?>
|