[CSS] background
authorJohan GIRAUD <johangiraud1@gmail.com>
Wed, 21 Jan 2015 14:13:08 +0000 (15:13 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Wed, 21 Jan 2015 14:13:08 +0000 (15:13 +0100)
css/habillage.css
css/habillage.scss

index 8cdfb70..016d3a8 100644 (file)
@@ -23,7 +23,7 @@ time, mark, audio, video {
   text-align: left; }
 
 html, body, span, applet, object, iframe,
-blockquote, pre,
+blockquote, pre, section,
 abbr, acronym, address, big, cite, code,
 del, dfn, em, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
@@ -74,14 +74,15 @@ body {
 
 header {
   margin: 0 auto;
-  width: 100%; }
+  width: 1200px; }
 
-header img {
-  margin-left: 120px; }
+header .spip_logos {
+  margin-left: 10px;
+  position: absolute; }
 
 #wrap {
-  padding-top: 20px;
-  width: 1100px;
+  padding-top: 130px;
+  width: 1200px;
   margin: 0 auto; }
 
 a {
index 8849280..4a1c0d7 100644 (file)
@@ -24,7 +24,7 @@ time, mark, audio, video {
 }
 
 html, body, span, applet, object, iframe,
-blockquote, pre,
+blockquote, pre, section,
 abbr, acronym, address, big, cite, code,
 del, dfn, em, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
@@ -85,16 +85,19 @@ body{
 
 header{
        margin:0 auto;
-       width:100%;
+       width:1200px;
+       
 }
 
-header img{
-       margin-left:120px;
+header .spip_logos{
+       margin-left: 10px;
+       position:absolute;
 }
 
+
 #wrap{
-       padding-top:20px;
-       width:1100px;
+       padding-top:130px;
+       width:1200px;
        margin:0 auto;
 }
 a{