Ticket #1476: 1476.patch
File 1476.patch, 577 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 text-align: center; 85 } 86 .image-file img { 87 background: url(../imggrid.png); 88 max-width: 100%; 89 } 83 90 84 91 /* Default */ 85 92 .code-block span { font-family: monospace; }