mirror of
https://github.com/django/django.git
synced 2026-02-09 02:49:25 +08:00
Fixed #36853 -- Fixed technical 500 and 404 email CSS support.
This commit is contained in:
committed by
Jacob Walls
parent
9247410b4b
commit
0a983330cd
@@ -9,7 +9,7 @@
|
||||
body * { padding:10px 20px; }
|
||||
body * * { padding:0; }
|
||||
body { font-family: sans-serif; background:#eee; color:#000; }
|
||||
body > :where(header, main, footer) { border-bottom:1px solid #ddd; }
|
||||
body > header, body > main, body > footer { border-bottom:1px solid #ddd; }
|
||||
h1 { font-weight:normal; margin-bottom:.4em; }
|
||||
h1 small { font-size:60%; color:#666; font-weight:normal; }
|
||||
table { border:none; border-collapse: collapse; width:100%; }
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
body * { padding:10px 20px; }
|
||||
body * * { padding:0; }
|
||||
body { font-family: sans-serif; background-color:#fff; color:#000; }
|
||||
body > :where(header, main, footer) { border-bottom:1px solid #ddd; }
|
||||
body > header, body > main, body > footer { border-bottom:1px solid #ddd; }
|
||||
h1 { font-weight:normal; }
|
||||
h2 { margin-bottom:.8em; }
|
||||
h3 { margin:1em 0 .5em 0; }
|
||||
|
||||
Reference in New Issue
Block a user