Making WordPress.org

Ticket #5394: 5394.diff

File 5394.diff, 619 bytes (added by kishanjasani, 4 years ago)

To resolve this issue add image width to it's style.

  • 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
    old mode 100644
    new mode 100755
    index c11411d74..59bcb58a6
    a b table.code tr.hilite td { 
    8181 background: #ddf;
    8282}
    8383.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}
    8588
    8689/* Default */
    8790.code-block span { font-family: monospace; }