Fix login stuff

This commit is contained in:
Eike Foken
2011-08-11 17:17:13 +02:00
parent 1e4adc74fb
commit 808faf8e1a
9 changed files with 352 additions and 290 deletions

View File

@@ -62,4 +62,8 @@ p.success {
p.error, p.req {
color: #d8122d;
font-weight: normal;
}
}
p.success strong, p.error strong, p.req strong {
text-transform: uppercase;
}