aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/main.css2
-rw-r--r--templates/aggregator/posts.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/static/main.css b/static/main.css
index 243431d..c040cbf 100644
--- a/static/main.css
+++ b/static/main.css
@@ -26,7 +26,7 @@ body {
color: #000000;
}
-.post .posttitle {
+.post h3 {
margin-bottom: 10px;
}
diff --git a/templates/aggregator/posts.html b/templates/aggregator/posts.html
index 4f625a0..5b8bc1c 100644
--- a/templates/aggregator/posts.html
+++ b/templates/aggregator/posts.html
@@ -29,7 +29,7 @@
{% for post in group.list %}
<div class="post {{ post.feed.name|slugify }}">
- <div class="posttitle">
+ <h3>
<a href="{{ post.feed.get_profile_url }}"><img src="{{ post.feed.get_favicon_url }}" /></a>
<a href="{{ post.remote_url }}">
{% if post.feed.uses_title %}
@@ -38,7 +38,7 @@
{{ post.updated }}
{% endif %}
</a>
- </div>
+ </h3>
{% autoescape off %}
{% if post.feed.br2nl %}