aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-03-11 15:49:28 +0100
committerGravatar Tom Willemsen2012-03-11 15:49:28 +0100
commit9379f506139cfdd87046811b429df0a003ff6fa0 (patch)
tree3c6add6b62a81eb469762a0093344e4757f58402
parent26d27163a37663746dfe932424477a0f49cf4db7 (diff)
downloadryuslash.org-9379f506139cfdd87046811b429df0a003ff6fa0.tar.gz
ryuslash.org-9379f506139cfdd87046811b429df0a003ff6fa0.zip
Use `<h3>' for post titles
-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 %}