Making WordPress.org

Ticket #6277: 6277.diff

File 6277.diff, 510 bytes (added by aezazshekh, 2 years ago)

added patch

  • wordpress.org/public_html/style/trac/wp-trac.css

    diff --git a/wordpress.org/public_html/style/trac/wp-trac.css b/wordpress.org/public_html/style/trac/wp-trac.css
    index 8102ffebe..41520f095 100644
    a b a.mention.me { 
    24112411                word-wrap: normal;
    24122412        }
    24132413}
     2414@media (max-width: 400px) {
     2415        table.listing {
     2416                display: block;
     2417                overflow-x: scroll;
     2418        }
     2419}
    24142420@media (max-width: 360px) {
    24152421        #header img {
    24162422                margin-bottom: 0; /* push search down */