From 2a052cd918477a86526724571d8f6e6925d1e711 Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Sun, 27 Aug 2006 21:51:05 +0000 Subject: [PATCH] gray et pas grey (Jean Biron) --- dist/spip_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/spip_style.css b/dist/spip_style.css index e1c3c69dc5..701b58580e 100644 --- a/dist/spip_style.css +++ b/dist/spip_style.css @@ -80,7 +80,7 @@ span.spip_documents_center { display: block; margin-top:1em; } .format_png { behavior: url(win_png.htc); } /* modeles par defaut */ -.spip_modele {float:right; display:block; border:1px dotted grey; width:180px;} +.spip_modele {float:right; display:block; border:1px dotted gray; width:180px;} /* Barre de raccourcis typographiques */ table.spip_barre { width: 100%; } -- GitLab