class nowrap was missing; div not allowed here

This commit is contained in:
Marc Delisle
2010-10-09 09:05:54 -04:00
parent 452dce72a2
commit 7d0c11c256
3 changed files with 10 additions and 2 deletions

View File

@@ -585,6 +585,10 @@ td.disabled {
background-color: #cccccc;
}
.nowrap {
white-space: nowrap;
}
/**
* login form
*/