[CSS] +favicon
authorJohan GIRAUD <johangiraud1@gmail.com>
Fri, 6 Feb 2015 15:29:30 +0000 (16:29 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Fri, 6 Feb 2015 15:29:37 +0000 (16:29 +0100)
css/habillage.css
css/habillage.scss
rubrique.html

index e8001f1..bf82665 100644 (file)
@@ -183,6 +183,13 @@ p {
 .article .spip_logos {
   display: none; }
 
+address {
+  padding-bottom: 10px; }
+
+address p {
+  margin: 0;
+  padding: 0; }
+
 .historique {
   background-color: #ffd2a1;
   margin: 0 15px 15px 15px; }
index c8c606a..846af25 100644 (file)
@@ -214,7 +214,13 @@ p{
 .article .spip_logos{
        display: none;
 }
-
+address{
+       padding-bottom: 10px;
+}
+address p{
+       margin:0;
+       padding:0;
+}
 .historique{
        background-color: #ffd2a1;
        margin:0 15px 15px 15px;
index a3ae0ee..4b202a2 100644 (file)
@@ -34,7 +34,7 @@
                         #LOGO_SITE
                     </div>
                     <nav>
-                           <a href="#"><span class="glyphicons glyphicons-circle-arrow-left"></span>Retour à l'accueil</a>
+                           <a href="#"><span class="glyphicons glyphicons-home"></span>Retour à l'accueil</a>
                     </nav>
                     </BOUCLE_sites>
                 </div>