Skip to:
Content

bbPress.org

Ticket #3534: 3534.diff

File 3534.diff, 567 bytes (added by aezazshekh, 3 years ago)

added patch

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

    diff --git a/wordpress.org/public_html/style/trac/common/css/wiki.css b/wordpress.org/public_html/style/trac/common/css/wiki.css
    index 247b1e1ae..c89231207 100644
    a b div.tracini td.nodefault {  
    120120}
    121121div.tracini td > p:first-child { margin-top: 0 }
    122122div.tracini td > p:last-child { margin-bottom: 0 }
     123
     124@media screen and ( max-width: 410px ) {
     125    .wikipage .trac-content .titleindex ul {
     126        margin-left: 0;
     127    }
     128}