diff --git a/view/static/main.css b/view/static/main.css index 343f396..eec8b05 100644 --- a/view/static/main.css +++ b/view/static/main.css @@ -414,3 +414,41 @@ details[open] summary::before { padding-right: 1rem; vertical-align: top; } + +/* Article detail */ + +.article-detail h1 { + margin-bottom: 1rem; + font-size: var(--font-size-l); +} + +.page-heading { + font-size: var(--font-size-l); + margin-bottom: 2rem; +} + +.article-detail-diffs th, +.article-detail-diffs td { + padding: 0.5rem 0.75rem; +} + +.article-detail-diffs td:last-child { + width: 100%; +} + +.article-detail-diffs th { + font-size: var(--font-size-xs); + color: var(--color-muted); + font-weight: 500; +} + +.article-detail-diffs tr:not(:last-of-type) { + border-bottom: 1px solid var(--border-color); +} + +/* About */ + +.page-about-prose { + font-size: var(--font-size-l); + max-width: 800px; +} diff --git a/view/templates/about.html b/view/templates/about.html index bcd6857..241ebd3 100644 --- a/view/templates/about.html +++ b/view/templates/about.html @@ -1,31 +1,23 @@ {% extends "base.html" %} -{% block head %} - -{% endblock head %} - {% block body %}
-
+

Headline is monitoring rss feeds of czech news websites for changes in article headlines. Just because it might be interesting. You can read more about it on zive.cz or a2larm.cz.

+

Check out the source code, but be aware that it's not too nice. Feel free to improve it or run the tool yourself.

- +

If you want to access the raw data collected by this tool, you can download the full archive from our git repo.

- +

Ondřej and Bain made important contribution to the project. Thank you!

diff --git a/view/templates/article_detail.html b/view/templates/article_detail.html index bf9b5f7..8d2b133 100644 --- a/view/templates/article_detail.html +++ b/view/templates/article_detail.html @@ -1,44 +1,13 @@ {% extends "base.html" %} -{% block head %} - -{% endblock head %} - {% block body %} -
-

Diffs for the article at {{ article_url|truncate(50) }}

-
- +
+

+ Diffs for the article at + {{ article_url|truncate(50) }} +

- +
{% for diff in diffs %}
{{ diff.diff_time }}