added padding to lables in the prefs tabs

This commit is contained in:
Jerry Ruhe 2007-01-08 01:29:02 +00:00
parent acdd47118e
commit fefb91fd63
2 changed files with 4 additions and 0 deletions

View File

@ -723,5 +723,7 @@ body {
.tablink
{
white-space: nowrap;
padding-left: 15px;
padding-right: 15px;
}

View File

@ -606,4 +606,6 @@ body {
.tablink
{
white-space: nowrap;
padding-left: 15px;
padding-right: 15px;
}