Skip to content

Commit

Permalink
Item12192: fixing height of tabs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@15988 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Nov 11, 2012
1 parent 2e6d9c5 commit d878630
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ul.jqTabGroup a {
padding:0px 3px 0px 0px;
margin:0px 4px -1px 0px;
*margin:5px 4px -6px 0px; /* IE7 */
height:29px;
height:28px;
}
.jqTabPaneDefault > .jqTabGroup a:hover,
.jqTabPaneDefault > .jqTabGroup a {
Expand All @@ -78,7 +78,7 @@ ul.jqTabGroup a {
color:#111;
margin:0px 0px 0px 0px;
padding:4px 8px 0px 18px;
height:25px;
height:24px;
font-size:12px;
line-height:100%;
}
Expand Down

0 comments on commit d878630

Please sign in to comment.