Files @ 4b2bb32811ff
Branch filter:

Location: website/www/conservancy/templates/feeds/news_description.html

bkuhn
Adjust widths slightly when these are combined.

When we have both dt's and the donate-sidebar floating around, things
get tight. Perhaps there is a better solution than this (e.g., can you
set the @media conditional on there being a donate-sidebar at all?), but
this should be a reasonable hack to fix the problem.
1
2
3
{% if obj.subhead %}<p><strong>{{ obj.subhead|safe }}</strong></p>{% endif %}
{{ obj.summary|safe }}
{{ obj.body|safe }}