[CSS] +h1
authorJohan GIRAUD <johangiraud1@gmail.com>
Fri, 13 Feb 2015 08:35:52 +0000 (09:35 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Fri, 13 Feb 2015 08:36:03 +0000 (09:36 +0100)
css/habillage.css
css/habillage.scss

index cbdee10..9cceace 100644 (file)
@@ -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; }
index d534842..f5aa2b7 100644 (file)
@@ -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;