#sidebar {
float: left;
width: $sidebarWidth;
+ background: #fff;
#sidebar_loader {
display: none;
.richtext,
.prose {
- h1, h2 {
- padding-bottom: $lineheight/2;
- border-bottom: 1px dashed $grey;
- margin-bottom: $lineheight/2;
- }
-
code {
font-size: 13px;
background: $lightgrey;