From fff8677b8b6361b58f21c9384a8dc602feb5af05 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benoi=CC=82t=20Pin?= Date: Tue, 29 Jul 2014 17:55:05 +0200 Subject: [PATCH] Ajout classes pour bordure et fond standards. --- skins/generic/content_style.css.dtml | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.20.1