Files @ 05198edf8286
Branch filter:

Location: website/www/conservancy/templates/500.html

bkuhn
Make FAQ entry done in dt look better with CSS.

This is accomplished by three key changes:

* use em rather than px sizes, so that font changes are accomodated.

* Add a margin to the dt.

* center the text in the dt's rather than right align.
1
2
3
4
5
6
7
8
9
{% extends "base_error.html" %}
{% block content %}

<h1>500 Error</h1>

<p>The page you request at <tt>sfconservancy.org</tt> is
unavailable due to an internal server error.</p>

{% endblock %}