From 9258232e87130d6eebe3678c7f64bb6428b7a243 Mon Sep 17 00:00:00 2001
From: ARNO* <arno@rezo.net>
Date: Thu, 19 May 2005 12:27:49 +0000
Subject: [PATCH] Win_png a la racine

---
 .gitattributes         |   1 +
 dist/impression.css    |  12 ++++++++----
 ecrire/rien.gif        | Bin 0 -> 63 bytes
 ecrire/spip_style.php3 |   6 +++---
 4 files changed, 12 insertions(+), 7 deletions(-)
 create mode 100755 ecrire/rien.gif

diff --git a/.gitattributes b/.gitattributes
index d599f2d6ad..313075f2ab 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -248,6 +248,7 @@ ecrire/polices/dustismo.ttf -text
 ecrire/polices/dustismo_bold.ttf -text
 ecrire/puce.gif -text
 ecrire/puce_rtl.gif -text
+ecrire/rien.gif -text
 /puce.gif -text
 /puce_rtl.gif -text
 /rien.gif -text
diff --git a/dist/impression.css b/dist/impression.css
index fb72a864cb..3e3ab251a2 100755
--- a/dist/impression.css
+++ b/dist/impression.css
@@ -117,9 +117,13 @@ a:after {
  *  Images typographiques (via image_typo)
  */
 .image_typo {
-	display: none;
-}
-.texte_typo {
-	display: inline;
+	behavior: url("win_png.htc");
 }
 
+/*
+ * Boutons admin
+ */
+ 
+.spip-admin-float {
+	display: none;
+}
diff --git a/ecrire/rien.gif b/ecrire/rien.gif
new file mode 100755
index 0000000000000000000000000000000000000000..73130b9919664ec9d423accc4952083c2cfbddef
GIT binary patch
literal 63
zcmZ?wbhEHblwgoxXkcLY|NlP&1B2pE7Dgb&paUX6G7L;&E&VG`zvW*%XUnbb&G+{F
O=5KrCF)f&p!5RP(JrnQ%

literal 0
HcmV?d00001

diff --git a/ecrire/spip_style.php3 b/ecrire/spip_style.php3
index 5380f21dea..4e375c7f81 100644
--- a/ecrire/spip_style.php3
+++ b/ecrire/spip_style.php3
@@ -107,7 +107,7 @@ select.fondl {
 
 
 .format_png {
-	behavior: url("win_png.htc");
+	behavior: url("<?php echo _DIR_PREFIX1; ?>win_png.htc");
 }
 
 
@@ -261,7 +261,7 @@ a.icone26:hover {
 }
 a.icone26 img {
 	vertical-align: middle;
-	behavior: url("win_png.htc");
+	behavior: url("<?php echo _DIR_PREFIX1; ?>win_png.htc");
 	background-color: <?php echo $couleur_foncee; ?>;
 }
 a.icone26:hover img {
@@ -367,7 +367,7 @@ a.icone26:hover img {
 
 
 .cellule48 a img {
-	behavior: url("win_png.htc");
+	behavior: url("<?php echo _DIR_PREFIX1; ?>win_png.htc");
 	display: inline;
 	margin: 4px;
 	padding: 0px;
-- 
GitLab