Ticket #1476: 1476.2.patch
File 1476.2.patch, 554 bytes (added by , 9 years ago) |
---|
-
trac/common/css/code.css
78 78 table.code tr.hilite td { 79 79 background: #ddf; 80 80 } 81 .image-file { background: #eee; padding: .3em } 82 .image-file img { background: url(../imggrid.png) } 81 .image-file { 82 background: #eee; 83 padding: .3em; 84 } 85 .image-file img { 86 background: url(../imggrid.png); 87 max-width: 100%; 88 } 83 89 84 90 /* Default */ 85 91 .code-block span { font-family: monospace; }