Fix: reduce padding for subtabs

This commit is contained in:
Regis Houssin 2010-10-06 18:56:12 +00:00
parent ea53a09d5c
commit a1019bc1b9
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: 12px;
padding-right: 12px;
padding-bottom: 12px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
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: 12px;
padding-right: 12px;
padding-bottom: 12px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
margin: 0px 0px 10px 0px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;