mirror of
https://github.com/django/django.git
synced 2025-09-28 21:14:55 +00:00
Fixed #22746 -- Removed background property from pre/code in admin CSS.
This commit is contained in:
parent
a03d38ddd4
commit
e560558ecb
1 changed files with 0 additions and 1 deletions
|
@ -135,7 +135,6 @@ blockquote {
|
||||||
|
|
||||||
code, pre {
|
code, pre {
|
||||||
font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
|
font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
|
||||||
background: inherit;
|
|
||||||
color: #666;
|
color: #666;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue