aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/templates/sciblog/blog_detail_knowledge.html
diff options
context:
space:
mode:
Diffstat (limited to '97suifangqa/templates/sciblog/blog_detail_knowledge.html')
-rw-r--r--97suifangqa/templates/sciblog/blog_detail_knowledge.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/97suifangqa/templates/sciblog/blog_detail_knowledge.html b/97suifangqa/templates/sciblog/blog_detail_knowledge.html
index 6ab749d..15c230a 100644
--- a/97suifangqa/templates/sciblog/blog_detail_knowledge.html
+++ b/97suifangqa/templates/sciblog/blog_detail_knowledge.html
@@ -1,7 +1,7 @@
{% extends "sciblog/blog_detail.html" %}
{% block sectionname %}
-科普扫盲
+<span style="font-weight:normal;">科普扫盲</span>
{% endblock %}
{% block navigation %}
@@ -11,5 +11,7 @@
{% for piece in blog.konwledge_piece.knowledges %}
<h4>{{ piece.title }}</h4>
<p>{{ piece.content }}</p>
+
+<div style="width:645px;height:1px;margin:30px 0 40px -20px;padding:0px;background-color:#f2f2f0;overflow:hidden;"></div>
{% endfor %}
{% endblock %}