Making WordPress.org

Ticket #1476: 1476.patch

File 1476.patch, 577 bytes (added by MatheusFD, 9 years ago)
  • trac/common/css/code.css

     
    7878table.code tr.hilite td {
    7979 background: #ddf;
    8080}
    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        }
    8390
    8491/* Default */
    8592.code-block span { font-family: monospace; }