Fix: reduce padding for subtabs

This commit is contained in:
Regis Houssin 2010-10-06 19:04:54 +00:00
parent a1019bc1b9
commit a5cc8f8777
2 changed files with 6 additions and 6 deletions

View File

@ -770,9 +770,9 @@ div.tabs {
div.tabBar {
color: #234046;
padding-top: 12px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 6px;
margin: 0px 0px 10px 0px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;

View File

@ -755,9 +755,9 @@ div.tabs {
div.tabBar {
color: #234046;
padding-top: 12px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 6px;
margin: 0px 0px 10px 0px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;