mirror of https://github.com/django/django.git
Fixed #27987 -- Added default colors in debug view CSS.
This commit is contained in:
parent
d47de2e09d
commit
78619bcb0a
|
@ -530,7 +530,7 @@ r"""{% if request %} at {{ request.path_info|escape }}{% endif %}</title>
|
|||
html * { padding:0; margin:0; }
|
||||
body * { padding:10px 20px; }
|
||||
body * * { padding:0; }
|
||||
body { font:small sans-serif; }
|
||||
body { font:small sans-serif; background-color:#fff; color:#000; }
|
||||
body>div { border-bottom:1px solid #ddd; }
|
||||
h1 { font-weight:normal; }
|
||||
h2 { margin-bottom:.8em; }
|
||||
|
|
Loading…
Reference in New Issue