1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02:00

- CSS fix

- Validation fix

This is just a warm-up for a bigger commit ;-)


git-svn-id: file:///svn/phpbb/trunk@5440 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-01-11 02:19:05 +00:00
parent 6ef34f7961
commit 9ea5fa1768
2 changed files with 3 additions and 2 deletions

View File

@@ -63,7 +63,8 @@ a.th:hover { color: #FFA34F; text-decoration: underline; }
}
.nav {
color: black;
font: bold 7pt;
font-size: 7pt;
font-weight: bold;
}
.error { color: #FF0000 }