fr: margin-bottom doesn't work, try position.
authorThérèse Godefroy <godef.th@free.fr>
Sat, 19 Jul 2014 05:31:22 +0000 (07:31 +0200)
committerThérèse Godefroy <godef.th@free.fr>
Sat, 19 Jul 2014 05:31:22 +0000 (07:31 +0200)
fr/infographic.html
fr/kitchen/head.html

index 74daaae2010e2d846e8e25d33b3ea3abc5f8d2a2..90dceac90c2afd808f683cecf941f2c2b576f55e 100644 (file)
@@ -19,7 +19,7 @@ droits fondamentaux et fait planer un risque sur le liberté d'expression. En
 <link rel="shortcut icon" href="//static.fsf.org/nosvn/enc-dev0/img/favicon.ico" />
 <style type="text/css" media="screen">
 .main p.notes { color: #707070; }
-img.share-logo { margin-bottom: 8px; }
+img.share-logo { position: relative; bottom: 1px; }
 </style>
 </head>
 
index e2eb32a2fedc125990f0e93008686d24be00a497..86793627deb0bf5dadfdf0f59b5db41133ef42f1 100644 (file)
@@ -24,7 +24,7 @@ droits fondamentaux et fait planer un risque sur le liberté d'expression. En
 <style type="text/css" media="screen">
 .main p.notes { color: #707070; }
 <!-- START DELETION 92, KEEP IN infographic -->
-img.share-logo { margin-bottom: 8px; }
+img.share-logo { position: relative; bottom: 1px; }
 <!-- END DELETION 92 -->
 </style>
 </head>