From 83b947ee662b3d9f6fa672e674ffe841189a1b04 Mon Sep 17 00:00:00 2001 From: ARNO* <arno@rezo.net> Date: Thu, 19 May 2005 11:12:11 +0000 Subject: [PATCH] Styles pour image_typo --- spip_style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/spip_style.css b/spip_style.css index 8dcede85ba..b43daf471f 100644 --- a/spip_style.css +++ b/spip_style.css @@ -152,6 +152,17 @@ input.formrecherche { .spip_surligne { background-color: #FFFF66; } +/* + * Images typographiques (via image_typo) + */ +.image_typo { + display: inline; +} +.texte_typo { + display: none; +} + + /* * Barre de raccourcis */ -- GitLab