Index: trunk/phase3/skins/common/commonInterface.css |
— | — | @@ -39,6 +39,7 @@ |
40 | 40 | /* These two rules hack around bug 2013 (fix for more limited bug 11325). |
41 | 41 | When bug 2013 is fixed properly, they should be removed. */ |
42 | 42 | line-height: 1.2em; |
| 43 | + padding-bottom: 0; |
43 | 44 | } |
44 | 45 | |
45 | 46 | /* Sub-navigation */ |
Index: trunk/phase3/skins/vector/screen.css |
— | — | @@ -689,7 +689,9 @@ |
690 | 690 | font-size: 0.8em; |
691 | 691 | } |
692 | 692 | #firstHeading { |
| 693 | + padding-top: 0; |
693 | 694 | margin-top: 0; |
| 695 | + padding-top: 0; |
694 | 696 | font-size: 1.6em; |
695 | 697 | } |
696 | 698 | div#content a.external, |