Revert widget header gradients

This commit is contained in:
Luke Barratt 2014-05-04 00:22:26 +01:00
parent b883b3de6c
commit 62b9fc1f35

View file

@ -9,12 +9,8 @@
background: white; background: white;
h4 { h4 {
@include linear-gradient($blue, $dark-blue); @include span-columns(12);
border-radius: $base-border-radius $base-border-radius 0 0;
margin-bottom: 20px; margin-bottom: 20px;
padding: 10px 20px;
margin: -20px -20px 20px -20px;
color: white;
} }
.widget-content-wrapper { .widget-content-wrapper {
@ -43,10 +39,6 @@
} }
.calendar { .calendar {
h4 {
margin-bottom: 0;
}
max-height: 400px; max-height: 400px;
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll; overflow-y: scroll;
@ -65,10 +57,6 @@
.highlights, .highlights,
.posts { .posts {
h4 {
margin-bottom: 0;
}
ol { ol {
margin-bottom: 20px; margin-bottom: 20px;