From: Benoît Pin Date: Tue, 29 Jul 2014 15:55:05 +0000 (+0200) Subject: Ajout classes pour bordure et fond standards. X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/commitdiff_plain/fff8677b8b6361b58f21c9384a8dc602feb5af05 Ajout classes pour bordure et fond standards. --- diff --git a/skins/generic/content_style.css.dtml b/skins/generic/content_style.css.dtml index 0748908..a723a03 100644 --- a/skins/generic/content_style.css.dtml +++ b/skins/generic/content_style.css.dtml @@ -4,4 +4,13 @@ border-radius: &dtml-borderRadius;px; } +.std-border { + border: &dtml-tabsBorderWidth; solid &dtml-tabsBorderColor;; +} + +.std-background { + padding: &dtml-borderRadius;px; + background: &dtml-backgroundColor;; +} + /* */ \ No newline at end of file