Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -896,10 +896,10 @@ |
897 | 897 | font-size: 100%; |
898 | 898 | } |
899 | 899 | /* Edge Cases for Content */ |
900 | | -#content h1, #content h2 { |
| 900 | +h1, h2 { |
901 | 901 | margin-bottom: .6em; |
902 | 902 | } |
903 | | -#content h3, #content h4, #content h5 { |
| 903 | +h3, h4, h5 { |
904 | 904 | margin-bottom: .3em; |
905 | 905 | } |
906 | 906 | #firstHeading { |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -896,10 +896,10 @@ |
897 | 897 | font-size: 100%; |
898 | 898 | } |
899 | 899 | /* Edge Cases for Content */ |
900 | | -#content h1, #content h2 { |
| 900 | +h1, h2 { |
901 | 901 | margin-bottom: .6em; |
902 | 902 | } |
903 | | -#content h3, #content h4, #content h5 { |
| 903 | +h3, h4, h5 { |
904 | 904 | margin-bottom: .3em; |
905 | 905 | } |
906 | 906 | #firstHeading { |