fix header margin in notification sidebar

This commit is contained in:
Felix Niklas 2015-06-30 13:51:51 +02:00
parent 8c694d1c48
commit c186041348

View file

@ -2349,9 +2349,12 @@ footer {
background: white; background: white;
border-right: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6;
overflow: auto; overflow: auto;
}
h2 {
margin-top: 0;
}
.sidebar h3 { h3 {
margin: 0; margin: 0;
color: rgba(0,8,14,.73); color: rgba(0,8,14,.73);
font-weight: normal; font-weight: normal;
@ -2359,6 +2362,7 @@ footer {
text-transform: initial; text-transform: initial;
letter-spacing: 0; letter-spacing: 0;
} }
}
.sidebar-block { .sidebar-block {
margin: 20px 0; margin: 20px 0;