/* Minimal CSS reset */
-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;
- font-size:100%;
}
fieldset,img { border: 0; }
#sidebar {
float: left;
width: $sidebarWidth;
- background: #fff;
- font-size: 12px;
#sidebar_loader {
display: none;
h2 {
padding: $lineheight $lineheight $lineheight/2;
+ font-size: 1.5rem;
}
h3, h4 {
margin-top: $lineheight;
margin-bottom: $lineheight/2;
- font-size: 13px;
+ font-size: 1.25rem;
}
.close-wrap {