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
1 changed files with 0 additions and 1 deletions

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;
}