Making WordPress.org

Ticket #1476: 1476.2.patch

File 1476.2.patch, 554 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}
     85.image-file img {
     86 background: url(../imggrid.png);
     87 max-width: 100%;
     88}
    8389
    8490/* Default */
    8591.code-block span { font-family: monospace; }