diff --git a/django/views/templates/technical_500.html b/django/views/templates/technical_500.html index 0cf0dc10e1..778080f51b 100644 --- a/django/views/templates/technical_500.html +++ b/django/views/templates/technical_500.html @@ -13,7 +13,6 @@ body>div { border-bottom:1px solid #ddd; } h1 { font-weight:normal; } h2 { margin-bottom:.8em; } - h2 span { font-size:80%; color:#666; font-weight:normal; } h3 { margin:1em 0 .5em 0; } h4 { margin:0 0 .5em 0; font-weight: normal; } code, pre { font-size: 100%; white-space: pre-wrap; } @@ -58,7 +57,7 @@ #requestinfo h3 { margin-bottom:-1em; } .error { background: #ffc; } .specific { color:#cc3300; font-weight:bold; } - h2 span.commands { font-size:.7em;} + h2 span.commands { font-size:.7em; font-weight:normal; } span.commands a:link {color:#5E5694;} pre.exception_value { font-family: sans-serif; color: #666; font-size: 1.5em; margin: 10px 0 10px 0; } .append-bottom { margin-bottom: 10px; }