From d34964d33587031fbfe286ad970156fff86de9e1 Mon Sep 17 00:00:00 2001 From: ARNO* <arno@rezo.net> Date: Thu, 15 May 2008 12:09:05 +0000 Subject: [PATCH] Spip_barre: foncee, fait ressortir les boutons et l'effet de relief. --- dist/style_prive.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/style_prive.html b/dist/style_prive.html index c8377de0e6..c70c4c4780 100644 --- a/dist/style_prive.html +++ b/dist/style_prive.html @@ -240,7 +240,9 @@ ol.formfx fieldset legend { margin-bottom: 0px; } table.spip_barre { - background-color: #GET{claire}; + background-color: #GET{foncee}; + border-left: 1px solid #GET{claire}; + border-right: 1px solid #GET{claire}; padding: 3px; padding-bottom: 0px; } -- GitLab