Revision 5978
Added by ben leinfelder almost 14 years ago
lib/style/skins/saeon/saeon.css | ||
---|---|---|
55 | 55 |
color: #000000; |
56 | 56 |
} |
57 | 57 |
|
58 |
/* square the edges for saoen */ |
|
59 |
.group { |
|
60 |
-moz-border-radius-bottomleft: 0px; |
|
61 |
-moz-border-radius-bottomright: 0px; |
|
62 |
-moz-border-radius-topleft: 0px; |
|
63 |
-moz-border-radius-topright: 0px; |
|
64 |
} |
|
65 |
.subGroup { |
|
66 |
-moz-border-radius-bottomleft: 0px; |
|
67 |
-moz-border-radius-bottomright: 0px; |
|
68 |
-moz-border-radius-topleft: 0px; |
|
69 |
-moz-border-radius-topright: 0px; |
|
70 |
} |
|
71 |
|
|
58 | 72 |
b { |
59 | 73 |
font-weight: bold; |
60 | 74 |
} |
Also available in: Unified diff
use square edges for the borders around table groups and subgroups