projects
/
Plinn.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ajout classes pour bordure et fond standards.
[Plinn.git]
/
skins
/
generic
/
content_style.css.dtml
diff --git
a/skins/generic/content_style.css.dtml
b/skins/generic/content_style.css.dtml
index
0748908
..
a723a03
100644
(file)
--- a/
skins/generic/content_style.css.dtml
+++ b/
skins/generic/content_style.css.dtml
@@
-4,4
+4,13
@@
border-radius: &dtml-borderRadius;px;
}
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
/*</dtml-with> */
\ No newline at end of file