From: Johan GIRAUD Date: Mon, 9 Feb 2015 13:03:59 +0000 (+0100) Subject: [CSS] + articles X-Git-Tag: 0.1.0~50 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavettes.git;a=commitdiff_plain;h=8e35ac91431cec2cbb4bad88a1253d2f9f207f5b [CSS] + articles --- diff --git a/article.html b/article.html index 2b75798..b05fc11 100644 --- a/article.html +++ b/article.html @@ -14,7 +14,7 @@
-
+
@@ -23,11 +23,14 @@ #TEXTE
+
-
+

<:clavettes:a_lire_aussi:>

@@ -43,9 +46,6 @@
-
diff --git a/css/habillage.css b/css/habillage.css index 8e95869..c7cf1a8 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -202,6 +202,7 @@ p { #ateliers nav { padding-top: 15px; + padding-bottom: 15px; clear: both; } #ateliers .fa { @@ -215,6 +216,9 @@ p { #ateliers .fa:hover { color: #0c0fb7; } +#atelierdescription nav { + margin-bottom: 15px; } + /*2EME COLONNE*/ #news { overflow: hidden; diff --git a/css/habillage.scss b/css/habillage.scss index 1b0b5c7..e12306f 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -227,6 +227,7 @@ p{ } #ateliers nav{ padding-top:15px; + padding-bottom: 15px; clear:both; } #ateliers .fa{ @@ -240,6 +241,10 @@ p{ #ateliers .fa:hover{ color:#0c0fb7; } +#atelierdescription nav{ + margin-bottom: 15px; +} + /*2EME COLONNE*/