From 6b4b3c5378e012f3a80823693db2497dd2d329ac Mon Sep 17 00:00:00 2001 From: "Committo,Ergo:sum" <esj@rezo.net> Date: Tue, 7 Feb 2006 10:42:30 +0000 Subject: [PATCH] Hallucinant: le renard de feu, lorsqu'il recoit une entete Content-Type: text/css sans indication de Charset, lui substitue text/html; charset=iso-8859-15 Fallait la trouver la solution, hein ? --- dist/style.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/dist/style.html b/dist/style.html index c44ad54f0b..bba345ce72 100644 --- a/dist/style.html +++ b/dist/style.html @@ -8,7 +8,7 @@ un changement d'IP (effet de clignotement). ] #CACHE{360*1000} -#HTTP_HEADER{Content-Type: text/css} +#HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15} #HTTP_HEADER{Vary: Accept-Encoding} body { font-family: Verdana,Arial,Sans,sans-serif; @@ -35,7 +35,7 @@ td { border: 1px solid ##ENV{couleur_claire,edf3fe}; background-position: center bottom; float: none; - behavior: url("win_width.htc"); + behavior: url(win_width.htc); font-size: 12px; font-family: Verdana,Arial,Sans,sans-serif; } @@ -46,7 +46,7 @@ td { background-color: white; border: 1px solid ##ENV{couleur_claire,edf3fe}; background-position: center bottom; float: none; - behavior: url("win_width.htc"); + behavior: url(win_width.htc); font-size: 12px; font-family: Verdana,Arial,Sans,sans-serif; } @@ -225,7 +225,7 @@ a.icone26:hover { } a.icone26 img { vertical-align: middle; - behavior: url("../win_png.htc"); + behavior: url(../win_png.htc); background-color: ##ENV{couleur_foncee,3874b0}; } a.icone26:hover img { @@ -331,7 +331,7 @@ a.icone26:hover img { .cellule48 a img { - behavior: url("../win_png.htc"); + behavior: url(../win_png.htc); display: inline; margin: 4px; padding: 0px; @@ -1216,26 +1216,26 @@ a.spip_glossaire:hover { .spip_recherche { padding: 3px; - width : 100%; + width: 100%; font-size: 10px; border: 1px solid white; background-color: ##ENV{couleur_foncee,3874b0}; color: white; } .spip_cadre { - width : 100%; + width: 100%; background-color: #eeeeee; margin-top: 10px; padding: 5px; border: 1px solid #666666; - behavior: url("win_width.htc"); + behavior: url(win_width.htc); } blockquote.spip { margin-[(#ENV{ltr}|choixsiegal{left,left,right})]: 40px; margin-[(#ENV{ltr}|choixsiegal{left,right,left})]: 0px; - margin-top : 10px; - margin-bottom : 10px; - border : solid 1px #aaaaaa; + margin-top: 10px; + margin-bottom: 10px; + border: solid 1px #aaaaaa; background-color: #ffffff; padding-left: 10px; padding-right: 10px; @@ -1317,7 +1317,7 @@ a.triangle_block:hover { div.petite-rubrique { background: [(#ENV{ltr}|choixsiegal{left,1,99})%] no-repeat; - background-image : url(#ENV{dir}rubrique-12.gif); + background-image: url(#ENV{dir}rubrique-12.gif); padding-[(#ENV{ltr}|choixsiegal{left,left,right})]: 15px; } div.rub-ouverte { -- GitLab