[CSS] + articles
authorJohan GIRAUD <johangiraud1@gmail.com>
Mon, 9 Feb 2015 13:03:59 +0000 (14:03 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Mon, 9 Feb 2015 13:16:56 +0000 (14:16 +0100)
article.html
css/habillage.css
css/habillage.scss

index 2b75798..b05fc11 100644 (file)
@@ -14,7 +14,7 @@
     </header>
     <section id="wrap">
 <!--1ERE COLONNE-->
-        <div class="col-12 col-m-6 col-l-5">
+        <div class="col-12 col-m-12 col-l-7">
             <div id=atelierdescription>
                 <div id="news">
                     <div class="article">
                         #TEXTE
                     </div>
                 </div>
+                <nav>
+                                       <a href="#URL_SITE_SPIP" title="Retour à l'accueil"><i class="fa fa-arrow-circle-left"></i> Retour à l'accueil</a>
+                               </nav>
             </div>
         </div>
 
 <!--2EME COLONNE-->
-        <div class="col-12 col-m-12 col-l-4">
+        <div class="col-12 col-m-12 col-l-5">
                 <B_articles_autres>
                 <div id="news">
                     <h2 class="titre"><:clavettes:a_lire_aussi:></h2>
@@ -43,9 +46,6 @@
                     </BOUCLE_articles_autres>
                 </div>
                 </B_articles_autres>
-                <nav>
-                    <a href="#URL_SITE_SPIP" title="<:clavettes:retour_accueil:>"><i class="fa fa-arrow-circle-left"></i><:clavettes:retour_accueil:></a>
-                </nav>
         </div>
     </section>
 </BOUCLE_article>
index 8e95869..c7cf1a8 100644 (file)
@@ -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;
index 1b0b5c7..e12306f 100644 (file)
@@ -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*/