Skip to content

Commit

Permalink
Fix articles image space
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavi committed Aug 21, 2014
1 parent 0e54d5c commit 4ddce7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zinnia_foundation/templates/zinnia/_entry_detail_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h6>
{% if continue_reading %}
<a href="{{ object.get_absolute_url }}" title="{{ object.title }}" rel="bookmark">
{% endif %}
<img src="{{ object.image.url }}" alt="{{ object.title }}" class="left" />
<img src="{{ object.image.url }}" alt="{{ object.title }}" class="left th"" />
{% if continue_reading %}
</a>
{% endif %}
Expand Down
1 change: 1 addition & 0 deletions zinnia_foundation/templates/zinnia/skeleton.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
.tag-6 { font-size: 3em }
#input-search-top { height: 1.8rem }
#zinnia-slogan { display: block; margin-top: 10px; }
.entry-image img { margin: 0px 1em 1em 0px; }
</style>
{% block link %}{% endblock link %}
{% block script %}{% endblock script %}
Expand Down

0 comments on commit 4ddce7a

Please sign in to comment.