Fixed and closed #462: no-wrap via CSS rather than hardcoded non-breaking spaces.

This commit is contained in:
Dario Solera 2010-02-02 10:37:21 +00:00
parent 2bf5df3368
commit 9aeec36642
4 changed files with 9 additions and 6 deletions

View file

@ -248,6 +248,7 @@ tr.tableheader td, th {
margin: 0px;
padding: 2px 5px 2px 5px;
border-bottom: solid 1px #999999;
white-space: nowrap;
}
tr.tablerow td {