From ec2cb90a6ad8cd1a1507f991a4b07c4142f892cc Mon Sep 17 00:00:00 2001 From: Johan GIRAUD Date: Fri, 13 Feb 2015 09:35:52 +0100 Subject: [PATCH] [CSS] +h1 --- css/habillage.css | 12 +++--------- css/habillage.scss | 9 ++------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/css/habillage.css b/css/habillage.css index cbdee10..9cceace 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -76,8 +76,7 @@ body { header { margin: 15px auto 0 auto; - width: 1200px; - clear: both; } + width: 1200px; } header .spip_logos { margin-left: 10px; @@ -114,11 +113,6 @@ a:hover > i { -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } -h1 { - z-index: -9999; - opacity: 0; - float: left; } - h2 { margin: 0; padding: 0; @@ -494,8 +488,7 @@ address p { footer { clear: both; height: 100px; - background-color: #05ffbc; - width: 100%; } + background-color: #05ffbc; } footer ul { width: 500px; @@ -509,6 +502,7 @@ footer li { text-align: center; } footer ul li a { + text-align: center; display: block; text-decoration: none; color: #0c0fb7; } diff --git a/css/habillage.scss b/css/habillage.scss index d534842..f5aa2b7 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -89,7 +89,6 @@ body{ header{ margin:15px auto 0 auto; width:1200px; - clear: both; } header .spip_logos{ @@ -130,11 +129,7 @@ a:hover > i { -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } -h1{ - z-index: -9999; - opacity: 0; - float:left; -} + h2{ margin: 0; padding:0; @@ -459,7 +454,6 @@ footer{ clear:both; height:100px; background-color: #05ffbc; - width:100%; } footer ul { @@ -474,6 +468,7 @@ footer li { text-align: center; } footer ul li a { + text-align: center; display:block; text-decoration:none; color: #0c0fb7; -- 2.20.1