Commit e560558e authored by Konstantin Koroviev's avatar Konstantin Koroviev Committed by Tim Graham
Browse files

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

parent a03d38dd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
}