1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

Fixed #22746 -- Removed background property from pre/code in admin CSS.

This commit is contained in:
Konstantin Koroviev 2014-06-05 12:02:25 -04:00 committed by Tim Graham
parent a03d38ddd4
commit e560558ecb

View File

@ -135,7 +135,6 @@ blockquote {
code, pre {
font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
background: inherit;
color: #666;
font-size: 11px;
}