Fix custom bold text.

This commit is contained in:
Pepijn de Geus
2013-02-28 11:20:25 +01:00
parent d205753044
commit 4fb7ffdcac

View File

@@ -55,6 +55,10 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
display: block;
}
b, strong {
font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none;
}