diff --git a/django/views/debug.py b/django/views/debug.py index adc1ae936eb94..7cd05ea9133c4 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -328,6 +328,7 @@ def empty_urlconf(request): .specific { color:#cc3300; font-weight:bold; } h2 span.commands { font-size:.7em;} span.commands a:link {color:#5E5694;} + pre.exception_value { font-family: sans-serif; color: #666; font-size: 1.5em; margin: 10px 0 10px 0; }