diff options
author | root <root@localhost.localdomain> | 2016-06-02 23:17:34 +0200 |
---|---|---|
committer | root <root@localhost.localdomain> | 2016-06-02 23:17:34 +0200 |
commit | 02c84ab67e5567f235b5521160e78eaa455d4f26 (patch) | |
tree | 918396c54ea42fca5fbae3c99874b7ea40ac4cbb | |
parent | 4bda890a6706e14c611ac4ee188dd0dfe146e14a (diff) | |
download | my_old_personal_website-02c84ab67e5567f235b5521160e78eaa455d4f26.tar.xz my_old_personal_website-02c84ab67e5567f235b5521160e78eaa455d4f26.zip |
Suppression du bouton admin
-rwxr-xr-x[-rw-r--r--] | projets.php | 0 | ||||
-rwxr-xr-x | ressources/includes/header.php | 1 | ||||
-rwxr-xr-x | ressources/styles/menu_gost.css | 4 |
3 files changed, 2 insertions, 3 deletions
diff --git a/projets.php b/projets.php index 0f5610b..0f5610b 100644..100755 --- a/projets.php +++ b/projets.php diff --git a/ressources/includes/header.php b/ressources/includes/header.php index 3369435..b6c5288 100755 --- a/ressources/includes/header.php +++ b/ressources/includes/header.php @@ -43,7 +43,6 @@ $page_actuel = basename($_SERVER['SCRIPT_NAME']); <li <?php if ($page_actuel == 'index.php') {echo ' id="en_cours"';} ?> ><a href="index.php"><i class="fa fa-home fa-lg"></i> Accueil</a></li> <li <?php if ($page_actuel == 'projets.php') {echo ' id="en_cours"';} ?> ><a href="projets.php"><i class="fa fa-book fa-lg"></i> Projets</a></li> <li <?php if ($page_actuel == '#.php') {echo ' id="en_cours"';} ?> ><a href="#"><i class="fa fa-code fa-lg"></i> Hacktualité</a></li> - <li <?php if ($page_actuel == 'admin.php') {echo ' id="en_cours"';} ?> ><a href="admin.php"><i class="fa fa-user-secret fa-lg"></i> Admin Zone</a></li> </ul> </nav> diff --git a/ressources/styles/menu_gost.css b/ressources/styles/menu_gost.css index 0c2b834..45c0fa2 100755 --- a/ressources/styles/menu_gost.css +++ b/ressources/styles/menu_gost.css @@ -17,7 +17,7 @@ Note: Permet de modifier le design du menu font-family: FreeSetLightC; margin-top: 10px; margin-bottom: 10px; - margin-left: 6%; + margin-left: 17%; margin-right: auto; } @@ -78,4 +78,4 @@ Note: Permet de modifier le design du menu #en_cours { border-top: 0 solid #231F20; border-bottom: 4px solid #DB1C36; -}
\ No newline at end of file +} |