blob: 531f09e1052df4188d0d57d76697790a549847a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* @version $Id$$
*/
#pedigree_chart_rtl{
position:absolute;
right:20px;
top:120px;
}
.door dd {
-moz-border-radius-topleft: 0.6em;
-moz-border-radius-topright: 0.6em;
}
|