Making WordPress.org

Ticket #333: 333.diff

File 333.diff, 512 bytes (added by xkon, 7 years ago)

Span wrapping

  • wordpress.org/public_html/style/trac/common/css/code.css

     
    7878table.code tr.hilite td {
    7979 background: #ddf;
    8080}
     81table.code td span {
     82        display: inline-block;
     83}
    8184.image-file { background: #eee; padding: .3em }
    8285.image-file img { background: url(../imggrid.png) }
    8386