Ajout classes pour bordure et fond standards.
[Plinn.git] / skins / generic / content_style.css.dtml
index 0748908..a723a03 100644 (file)
@@ -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;;
+}
+
 /*</dtml-with> */
\ No newline at end of file