Minor webmods skin fixes.

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1853 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
cflakes
2010-03-30 09:48:23 +00:00
parent b9abdf06f4
commit 79e7316e87
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
<tr>
<td>Save:</td>
<td><input type="checkbox" name="save" id="save" value="true"<? IF InConfig ?> checked="checked"<? ENDIF ?> /><label for="save"> Save to config</label></td>
<td><input type="checkbox" class="checkbox" name="save" id="save" value="true"<? IF InConfig ?> checked="checked"<? ENDIF ?> /><label for="save"> Save to config</label></td>
</tr>
<tr>
+5 -2
View File
@@ -92,12 +92,11 @@ a:visited,
a:hover {
font-family: verdana;
font-size: 12px;
color: #000;
color: #fff;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: underline;
}
@@ -239,6 +238,10 @@ a:hover {
text-decoration: none;
}
#menu a {
color: #000;
}
/* !MENU */
#footerbar {