As per Oscars email regarding the preferences tabs, i added an entry in css to prevent line wraps so the tabs dont get garbled up

This commit is contained in:
Jerry Ruhe 2007-01-07 21:39:16 +00:00
parent 274d18bfd2
commit 1581fed5d9
2 changed files with 16 additions and 0 deletions

View File

@ -717,3 +717,11 @@ body {
padding-top: 0px;
}
/*
Preferences tabs
*/
.tablink
{
white-space: nowrap;
}

View File

@ -599,3 +599,11 @@ body {
height: 15px;
padding-top: 0px;
}
/*
Preferences tabs
*/
.tablink
{
white-space: nowrap;
}