normalize title in front pages, fix filter query in update process

This commit is contained in:
Andrew Dolgov
2006-08-20 15:32:16 +01:00
parent 918e60e313
commit 52db9978a7
6 changed files with 14 additions and 9 deletions

View File

@@ -62,11 +62,11 @@ table.main td.footer {
background-position : top left;
background-repeat : repeat-x;
background-color : white;
color : black;
color : gray;
}
table.main td.footer a {
color : black;
color : gray;
}
table.main td.footer a:hover {
@@ -1198,7 +1198,11 @@ table.loginForm2 .loginBottom {
}
table.loginForm2 .loginBottom a {
color : #909090;
color : gray;
}
table.loginForm2 .loginBottom a:hover {
color : #4684ff;
}
table.loginForm2 .loginError {
@@ -1210,4 +1214,3 @@ table.loginForm2 .innerLoginCell {
padding-top : 0.5em;
}