New class for form help links.

This commit is contained in:
ikawhero
2005-01-18 10:04:04 +00:00
parent 2e708fa096
commit 35a6dcc72c
+6
View File
@@ -70,6 +70,12 @@ form {
font-size: x-small;
}
.formhelplinks
{
font-size: x-small;
cursor: help;
}
.highlight {
background-color: <?PHP echo $THEME->highlight?>;