Skip to content

Commit

Permalink
Fix extra space between text and quotes (pseudo element)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodfersou committed May 24, 2016
1 parent 2aa15be commit 48397e8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
<img alt="Featured Image Base"
tal:attributes="src string:$portal_url/@@featuredimage-settings/++widget++form.widgets.base_image/@@download">
<div class="quote">
<div class="text">
<span tal:replace="view/quote"></span>
</div>
<div class="text" tal:content="view/quote">The Quote</div>
<div class="author"
tal:content="view/author"></div>
</div>
Expand Down

0 comments on commit 48397e8

Please sign in to comment.