CSS: Style a in h1

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-23 13:14:26 +02:00
parent dd4e39b782
commit ceacf9af71

View File

@ -31,6 +31,11 @@ h1 {
font-size: 18px; font-size: 18px;
line-height: 22px; line-height: 22px;
font-weight: normal; font-weight: normal;
a {
font-size: inherit;
line-height: inherit;
}
} }
h2 { h2 {