Bug 1158302 - Increase the Font Size of Reader's H1 and H2 Headers. ui-r=mmaslaney, r=Gijs

This commit is contained in:
Blake Winton 2015-04-24 16:45:10 -07:00
Родитель 54441a3b07
Коммит 2411ce480f
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -15,12 +15,12 @@ h3 {
}
h1 {
font-size: 1.33em;
font-size: 1.6em;
line-height: 1.25em;
}
h2 {
font-size: 1.1em;
font-size: 1.2em;
line-height: 1.51em;
}

Просмотреть файл

@ -53,7 +53,7 @@
}
.header > h1 {
font-size: 1.33em;
font-size: 1.6em;
line-height: 1.25em;
width: 100%;
margin: 30px 0;