summaryrefslogtreecommitdiff
path: root/django/views
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-12-21 17:58:33 -0500
committerTim Graham <timograham@gmail.com>2018-12-21 18:00:03 -0500
commit226a26cf34bd83e3b745fba3fc425fe9d0e26286 (patch)
treef8e24a57c742550c15a91db4317750004a0905da /django/views
parent5a77190e6661c17384151247991e0069f6bd9d65 (diff)
Removed an overridden CSS rule in debug page.
Diffstat (limited to 'django/views')
-rw-r--r--django/views/templates/technical_500.html3
1 files changed, 1 insertions, 2 deletions
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; }