fixes for IE8

This commit is contained in:
Morris Jobke 2013-08-17 11:56:52 +02:00
parent 18769e1348
commit 60efd93d5d
1 changed files with 3 additions and 3 deletions

View File

@ -320,16 +320,16 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
box-sizing: border-box;
}
#body-login footer p.info a, #body-login #showAdvanced {
#body-login p.info a, #body-login #showAdvanced {
color: #ccc;
}
#body-login footer p.info a:hover, #body-login footer p.info a:focus {
#body-login p.info a:hover, #body-login p.info a:focus {
color: #fff;
}
#body-login footer {
#body-login p.info{
white-space: nowrap;
}