From 12feab2471f1cb2d149888c8a77f9fb8256a5b55 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou <pitrou@free.fr> Date: Sat, 17 May 2003 00:46:12 +0000 Subject: [PATCH] contournement bug rendu mozilla --- article-dist.html | 1 + habillage.css | 4 ++-- spip_style.css | 3 +++ typographie.css | 1 - 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/article-dist.html b/article-dist.html index d0211dc735..b28e2a59c0 100644 --- a/article-dist.html +++ b/article-dist.html @@ -136,6 +136,7 @@ [<div class="surtitre">(#SOUSTITRE)</div>] [(#DATE|nom_jour)] [(#DATE|affdate).] </div> +<div style="line-height: 0em"> </div><!-- Bug Mozilla http://bugzilla.mozilla.org/show_bug.cgi?id=200510 --> <div class="encart"> diff --git a/habillage.css b/habillage.css index 8ef9aae99b..58678aad68 100755 --- a/habillage.css +++ b/habillage.css @@ -173,14 +173,14 @@ margin-left: 4%; /*margin-left: 2em;*/ margin-top: 1em; - margin-bottom: 1em; + margin-bottom: 0em; margin-right: 0px; } .cartouche { padding-top: 1em; border-top: 2px solid #404040; - margin-bottom: 1em; + margin-bottom: 0em; } .cartouche .spip_logos { diff --git a/spip_style.css b/spip_style.css index 78e628c0d5..3bd27368f3 100644 --- a/spip_style.css +++ b/spip_style.css @@ -20,6 +20,9 @@ h3.spip { font-weight: bold; font-size: 120%; text-align: center; + margin-top: 2em; + margin-bottom: 1.5em; + padding: 0em; } .spip_documents{ diff --git a/typographie.css b/typographie.css index e7b8e7a0c7..288f6eccde 100755 --- a/typographie.css +++ b/typographie.css @@ -45,7 +45,6 @@ a.spip_in { text-decoration: none; color: #2020a0; } font-size: 80%; } - /* * Ici les styles pour le contenu */ -- GitLab