Fix tab preferences width for idots

This commit is contained in:
Oscar Manuel Gómez Senovilla 2007-01-10 22:50:10 +00:00
parent 65e30cac8e
commit a1a5e3ad58

View File

@ -446,3 +446,13 @@ body {
border: #9c9c9c 1px solid; /* does NOT work */
padding: 0px;
}
/*
Preferences tabs
*/
.tablink {
white-space: nowrap;
padding-left: 15px;
padding-right: 15px;
}