MDL-56321 theme_boost: Remove extra styling from context_header

This commit is contained in:
Damyon Wiese 2016-10-24 11:36:01 +08:00
parent e9a009dcd6
commit df25a884e8

View File

@ -219,22 +219,6 @@ $breadcrumb-divider-rtl: "/" !default;
}
}
/**
* Style for content title.
*/
#region-main {
h2 {
border-bottom: $border-width solid $table-border-color;
padding-bottom: $spacer;
margin-bottom: $spacer;
}
.page-header-image + .page-header-headings h2 {
/* No border when there is an image next to the heading. */
border-bottom: 0;
padding-bottom: 0;
}
}
/**
* Form styles.
*/