From: Johan GIRAUD Date: Wed, 21 Jan 2015 14:13:08 +0000 (+0100) Subject: [CSS] background X-Git-Tag: 0.1.0~130 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavettes.git;a=commitdiff_plain;h=a2f394ba19385df6306f6a379e3b73232aacc968 [CSS] background --- diff --git a/css/habillage.css b/css/habillage.css index 8cdfb70..016d3a8 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -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 { diff --git a/css/habillage.scss b/css/habillage.scss index 8849280..4a1c0d7 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -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{