File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -3610,3 +3610,13 @@ ul.corporate-members li {
3610
3610
}
3611
3611
}
3612
3612
}
3613
+
3614
+ .blog {
3615
+ .blog-entry-body {
3616
+ img {
3617
+ max-width : 100% ;
3618
+ display : block ;
3619
+ margin : auto ;
3620
+ }
3621
+ }
3622
+ }
Original file line number Diff line number Diff line change 15
15
< link rel ="alternate " type ="application/rss+xml " title ="RSS " href ="{% url 'weblog-feed' %} " />
16
16
{% endblock %}
17
17
18
+ {% block body_class %}blog{% endblock %}
19
+
18
20
{% block content-related %}
19
21
< div role ="complementary ">
20
22
< h2 class ="visuallyhidden " id ="aside-header "> {% translate "Additional Information" %}</ h2 >
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ <h1>{{ object.headline|safe }}</h1>
16
16
Posted by < strong > {{ author }}</ strong > on {{ pub_date }}
17
17
{% endblocktranslate %}
18
18
</ span >
19
- {{ object.body_html|safe }}
19
+ < div class =" blog-entry-body " > {{ object.body_html|safe }}</ div >
20
20
{% endblock %}
You can’t perform that action at this time.
0 commit comments