[CSS] + lien retour accueil
authorJohan GIRAUD <johangiraud1@gmail.com>
Mon, 9 Feb 2015 13:56:33 +0000 (14:56 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Mon, 9 Feb 2015 13:56:33 +0000 (14:56 +0100)
article.html
css/habillage.css
css/habillage.scss
rubrique.html

index 6143ba9..3797c54 100644 (file)
@@ -24,7 +24,7 @@
                     </div>
                 </div>
                 <nav>
-                    <a href="#URL_SITE_SPIP" title="<:clavettes:retour_accueil:>"><i class="fa fa-arrow-circle-left"></i><:clavettes:retour_accueil:></a>
+                    <a href="#URL_SITE_SPIP" title="<:clavettes:retour_accueil:>"><i class="fa fa-arrow-circle-left"></i> <:clavettes:retour_accueil:></a>
                 </nav>
             </div>
         </div>
index c7cf1a8..e41e8db 100644 (file)
@@ -196,16 +196,12 @@ p {
 .horairesouvertures {
   margin: 0 0 0 15px; }
 
-.logoatelier {
-  margin: auto;
-  width: 300px; }
-
 #ateliers nav {
   padding-top: 15px;
   padding-bottom: 15px;
   clear: both; }
 
-#ateliers .fa {
+.fa {
   color: #05ffbc;
   -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
@@ -213,7 +209,7 @@ p {
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s; }
 
-#ateliers .fa:hover {
+.fa:hover {
   color: #0c0fb7; }
 
 #atelierdescription nav {
@@ -262,8 +258,8 @@ address p {
 #atelierdescription #news {
   margin: 0; }
 
-#atelierdescription img {
-  width: 100%; }
+.spip_logos {
+  width: auto !important; }
 
 /*3EME COLONNE*/
 .map {
index e12306f..3ac06db 100644 (file)
@@ -221,16 +221,12 @@ p{
 .horairesouvertures{
        margin:0 0 0 15px;
 }
-.logoatelier{
-       margin:auto;
-       width: 300px;
-}
 #ateliers nav{
        padding-top:15px;
        padding-bottom: 15px;
        clear:both;
 }
-#ateliers .fa{
+.fa{
        color:#05ffbc;
        -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
@@ -238,7 +234,7 @@ p{
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
 }
-#ateliers .fa:hover{
+.fa:hover{
        color:#0c0fb7;
 }
 #atelierdescription nav{
@@ -291,8 +287,8 @@ address p{
 #atelierdescription #news{
        margin:0;
 }
-#atelierdescription img{
-       width: 100%;
+.spip_logos{
+       width:auto!important;
 }
 
 
index b4d2141..20f51d7 100644 (file)
@@ -35,7 +35,7 @@
                         #LOGO_SITE
                     </div>
                     <nav>
-                        <a href="#URL_SITE_SPIP" title=":clavettes:retour_accueil:"><i class="fa fa-arrow-circle-left"></i><:clavettes:retour_accueil:></a>
+                        <a href="#URL_SITE_SPIP" title=":clavettes:retour_accueil:"><i class="fa fa-arrow-circle-left"></i> <:clavettes:retour_accueil:></a>
                     </nav>
                     </BOUCLE_sites>
                 </div>