Update _normalise.scss

This commit is contained in:
Mike Francis 2014-10-06 15:26:41 +01:00
parent a358dce89f
commit ba091b3743

View file

@ -40,6 +40,17 @@ h6 {
line-height: $base-margin-bottom;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
font-weight: bold;
}
ul,
ol {
margin-left: $base-margin-bottom;
@ -72,17 +83,6 @@ hr {
height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
font-weight: bold;
}
table {
width: 100%;
th,