diff --git a/wordpress.org/public_html/style/trac/common/css/code.css b/wordpress.org/public_html/style/trac/common/css/code.css
old mode 100644
new mode 100755
index c11411d74..59bcb58a6
|
a
|
b
|
table.code tr.hilite td {
|
| 81 | 81 | background: #ddf; |
| 82 | 82 | } |
| 83 | 83 | .image-file { background: #eee; padding: .3em } |
| 84 | | .image-file img { background: url(../imggrid.png) } |
| | 84 | .image-file img { |
| | 85 | background: url(../imggrid.png); |
| | 86 | width: 100%; |
| | 87 | } |
| 85 | 88 | |
| 86 | 89 | /* Default */ |
| 87 | 90 | .code-block span { font-family: monospace; } |