I'd prefer to avoid overriding the heading sizes, but this will involve
more extensive changes to the layout. For example, the h2 heading has
specific padding and margins that break when moving to h3.
Fixes #2467
-html, body, ul, ol, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, input {
+html, body, ul, ol, li, form, fieldset, legend, input {
margin: 0;
padding: 0;
border: 0;
margin: 0;
padding: 0;
border: 0;
}
fieldset,img { border: 0; }
}
fieldset,img { border: 0; }
#sidebar {
float: left;
width: $sidebarWidth;
#sidebar {
float: left;
width: $sidebarWidth;
- background: #fff;
- font-size: 12px;
#sidebar_loader {
display: none;
#sidebar_loader {
display: none;
h2 {
padding: $lineheight $lineheight $lineheight/2;
h2 {
padding: $lineheight $lineheight $lineheight/2;
}
h3, h4 {
margin-top: $lineheight;
margin-bottom: $lineheight/2;
}
h3, h4 {
margin-top: $lineheight;
margin-bottom: $lineheight/2;