From 430831cbdf995956d9011622a591e46fe21a3a13 Mon Sep 17 00:00:00 2001 From: ARNO* <arno@rezo.net> Date: Fri, 18 Apr 2008 12:49:28 +0000 Subject: [PATCH] Supprimer text-shadow negatif, pas super-joli et rend le texte blanc moins lisible. --- dist/style_prive.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/dist/style_prive.html b/dist/style_prive.html index 04669bb310..68dbb5a8b4 100644 --- a/dist/style_prive.html +++ b/dist/style_prive.html @@ -115,7 +115,6 @@ ol.formfx li.gauche label { line-height: 11px; text-transform: uppercase; font-family: verdana, arial, helvetica, sans; - text-shadow: #GET{foncee} -1px -1px 1px; padding-top: 5px; padding-bottom: 5px; @@ -124,7 +123,6 @@ ol.formfx li.gauche label { } ol.formfx li.gauche_obligatoire label { background: url([(#REM|sinon{[(#EVAL{ _DIR_IMG_PACK})]label-fond-gauche-[(#ENV{ltr})].gif}|image_sepia{#666666}|extraire_attribut{src})]) center [(#GET{right})] no-repeat; - text-shadow: #444444 -1px -1px 1px; font-weight: bold; } ol.formfx li.gauche input, ol.formfx textarea { @@ -149,7 +147,6 @@ ol.formfx li.haut label { line-height: 11px; text-transform: uppercase; font-family: verdana, arial, helvetica, sans; - text-shadow: #GET{foncee} -1px -1px 1px; width: auto; -- GitLab