10 lines
156 B
CSS
10 lines
156 B
CSS
|
/* Styles specific to the groups.php page */
|
||
|
|
||
|
#disclaimer {
|
||
|
font-weight: bold;
|
||
|
font-size: 9pt;
|
||
|
color: red;
|
||
|
text-align: center;
|
||
|
margin: 5px;
|
||
|
}
|