source: WAeUP_SRP/trunk/skins/waeup_custom/custom.css.dtml @ 629

Last change on this file since 629 was 503, checked in by Henrik Bettermann, 18 years ago

Actions modified

File size: 308 bytes
Line 
1<dtml-with stylesheet_properties>
2
3table.registration td {
4  white-space: nowrap;
5  background-color: transparent;
6  color: gray;
7}
8
9table.registration td.active{
10  white-space: nowrap;
11  color: #00C600;
12  font-weight: bold;
13}
14
15table.registration a {
16  text-decoration: none;
17  color: black;
18}
19
20</dtml-with>
Note: See TracBrowser for help on using the repository browser.