projects
/
Plinn.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a723a033f97a155e5f6181f6adc1451d5c868043
[Plinn.git]
/
skins
/
generic
/
content_style.css.dtml
1
/* <dtml-with base_properties> */
2
3
.rounded-corners {
4
border-radius: &dtml-borderRadius;px;
5
}
6
7
.std-border {
8
border: &dtml-tabsBorderWidth; solid &dtml-tabsBorderColor;;
9
}
10
11
.std-background {
12
padding: &dtml-borderRadius;px;
13
background: &dtml-backgroundColor;;
14
}
15
16
/*</dtml-with> */