#357: Refrain from setting absolute font size in agogo theme.

This commit is contained in:
Georg Brandl
2010-05-30 13:07:42 +02:00
parent f3c706edae
commit cbcf99f156

View File

@@ -17,7 +17,6 @@
body {
font-family: {{ theme_bodyfont }};
line-height: 1.4em;
font-size: 14px;
color: black;
background-color: {{ theme_bgcolor }};
}
@@ -132,7 +131,7 @@ div.header {
div.header h1 {
font-family: {{ theme_headerfont }};
font-weight: normal;
font-size: 160%;
font-size: 180%;
letter-spacing: .08em;
}