Remove default heading styles

Too much temptation to styles these specifically which causes all sorts of problems further down the line. Base heading styles should just be used for editor headings, if you need them.
This commit is contained in:
Mike Francis 2014-09-10 14:57:16 +01:00
parent 846fa1c64d
commit 856c40738e
1 changed files with 0 additions and 21 deletions

View File

@ -40,27 +40,6 @@ h6 {
line-height: $base-margin-bottom;
}
h1 {
@include font-size($base-font-size * 2);
}
h2 {
@include font-size($base-font-size * 1.75);
}
h3 {
@include font-size($base-font-size * 1.5);
}
h4 {
@include font-size($base-font-size * 1.25);
}
h5,
h6 {
@include font-size($base-font-size);
}
ul,
ol {
margin-left: $base-margin-bottom;