Ticket #3023: 3025.patch
File 3025.patch, 588 bytes (added by , 7 years ago) |
---|
-
wordpress.org/public_html/style/trac/common/css/code.css
diff --git a/wordpress.org/public_html/style/trac/common/css/code.css b/wordpress.org/public_html/style/trac/common/css/code.css index 361561a..bbb38a3 100644
a b table.code tr.hilite td { 79 79 background: #ddf; 80 80 } 81 81 .image-file { background: #eee; padding: .3em } 82 .image-file img { background: url(../imggrid.png) }82 .image-file img { background: url(../imggrid.png); max-width: 100%; } 83 83 84 84 /* Default */ 85 85 .code-block span { font-family: monospace; }