Don't allow headings in the data browser to be split

This commit is contained in:
Tom Hughes 2011-05-05 19:29:46 +01:00
parent bdee581d44
commit 4ad5d23282
4 changed files with 7 additions and 3 deletions

View file

@ -646,6 +646,10 @@ hr {
margin-left: 10px;
}
table.browse_details th {
white-space: nowrap;
}
#browse_map {
float: right;
width: 250px;