From 0b08f26c8d84ca667cb1ed32f1f5e674cea1eeb3 Mon Sep 17 00:00:00 2001 From: Mouret Clement Date: Wed, 29 Feb 2012 17:57:36 +0100 Subject: [PATCH] MAJ --- css/global.css | 23 ++++++++++++++++++++++ index.php | 53 +++++++++++++++++++++++++++++++++++++------------- js/global.js | 17 +++++++++++++--- 3 files changed, 76 insertions(+), 17 deletions(-) diff --git a/css/global.css b/css/global.css index e69de29..980399d 100644 --- a/css/global.css +++ b/css/global.css @@ -0,0 +1,23 @@ +.navbar .nav>li>span{ + float:none; + padding:10px 10px 11px; + line-height:19px; + color:#999999; + text-decoration:none; + text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25); + cursor: pointer; +} + +.navbar .nav>li>span:hover{ + color:#ffffff; + text-decoration:none; + background-color:#222222; +} + +.nav>li>span{ + display:block; +} + +img { + border: 1px solid #999; +} \ No newline at end of file diff --git a/index.php b/index.php index 0ce33c7..6ba53af 100644 --- a/index.php +++ b/index.php @@ -12,11 +12,12 @@ - -