From: Johan GIRAUD Date: Tue, 10 Feb 2015 14:07:03 +0000 (+0100) Subject: [CSS] + retour à la ligne après h1 X-Git-Tag: 0.1.0~33 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavettes.git;a=commitdiff_plain;h=afc0362ec2a2064c95b951a25b896bd350163b64 [CSS] + retour à la ligne après h1 --- diff --git a/css/habillage.css b/css/habillage.css index 72b09f6..3486816 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -218,7 +218,8 @@ p { line-height: 1.3; } .article h1 { - font-size: 1.4em; } + font-size: 1.4em; + width: 100%; } .article .fa { width: 20px; @@ -249,7 +250,8 @@ p { line-height: 1.3; } .articlefull h1 { - font-size: 1.4em; } + font-size: 1.4em; + width: 100%; } .articlefull .fa { width: 20px; diff --git a/css/habillage.scss b/css/habillage.scss index ec5d7ee..c6684e6 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -247,6 +247,7 @@ p{ } .article h1{ font-size: 1.4em; + width:100%; } .article .fa{ width: 20px; @@ -280,6 +281,7 @@ p{ } .articlefull h1{ font-size: 1.4em; + width:100%; } .articlefull .fa{ width: 20px;