X-Git-Url: https://git.heureux-cyclage.org/File:LoremIpsum.djvu?a=blobdiff_plain;f=css%2Fhabillage.scss;h=9b766de62742cacdba4b9c983472f5a2b340b9ee;hb=9a220a33b3f42d2d4536fd476496d79a15e90c23;hp=ec5d7ee3a7bb7c9f108ae0d01a814e7cd7cbbf73;hpb=d5393af6a92d362d8243b237d3d683119057191e;p=lhc%2Fweb%2Fclavettes.git diff --git a/css/habillage.scss b/css/habillage.scss index ec5d7ee..9b766de 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -237,7 +237,6 @@ p{ #news{ - overflow: hidden; margin:0 10px; } .article{ @@ -247,6 +246,7 @@ p{ } .article h1{ font-size: 1.4em; + width:100%; } .article .fa{ width: 20px; @@ -260,6 +260,7 @@ p{ } .article img{ width:100%; + height:auto; margin:0; } .article ul{ @@ -280,6 +281,7 @@ p{ } .articlefull h1{ font-size: 1.4em; + width:100%; } .articlefull .fa{ width: 20px; @@ -440,25 +442,22 @@ footer{ clear:both; height:100px; background-color: #05ffbc; + width:100%; } footer ul { - padding:0; - margin:0 auto; - list-style-type:none; - padding-top:30px; -} -.textfooter{ width:500px; margin:0 auto; + padding:30px 0 0; + list-style-type:none; } + footer li { float:left; /*pour IE*/ text-align: center; } footer ul li a { display:block; - float:left; text-decoration:none; color: #0c0fb7; }