diff --git a/pyvocz/static/style.css b/pyvocz/static/style.css index 1705c45..9f77bae 100644 --- a/pyvocz/static/style.css +++ b/pyvocz/static/style.css @@ -10,6 +10,12 @@ h1, h2, h3, h4, h5, h6 { margin-top: 0; } +h2, h3, h4, h5, h6 { + font-family: "Bree Serif", serif; + margin-top: .5em; + margin-bottom: .5em; +} + .container { background-color: #fdfeff; padding-top: 1em; diff --git a/pyvocz/templates/series.html b/pyvocz/templates/series.html index 2aa1dc3..a7d929d 100644 --- a/pyvocz/templates/series.html +++ b/pyvocz/templates/series.html @@ -51,7 +51,7 @@

{{ self.title() }}

přidat informace o dalším srazu. - + {% if year==None %} @@ -139,9 +139,17 @@

{{ tr('Historie srazů', 'Meetup History') }}

< - + {% if new_history %} + + {% endif %} {% for page in all_years|reverse %}