Fixed img height on login page, set focus to username

This commit is contained in:
BNoiZe
2013-10-18 18:53:52 +02:00
parent 5231ae2383
commit 0eb8e0c55c
3 changed files with 5 additions and 5 deletions

View File

@@ -29,6 +29,8 @@ body {
header img {
padding:10px 0 10px 10px;
}
img.small {
height: 30px;
}