Making WordPress.org

Ticket #6123: 6123.patch

File 6123.patch, 990 bytes (added by nidhidhandhukiya, 3 years ago)

yiou ahve to add this code in the media query so it can be applied on media only and solved the issue.

  • wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

     
    15761576.notice.notice-info.notice-alt {
    15771577        background-color: #e5f5fa;
    15781578}
     1579@media (max-width:510px) {
     1580        html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
     1581                border: 0;
     1582                font-family: inherit;
     1583                font-size: 95%;
     1584                font-style: inherit;
     1585                font-weight: inherit;
     1586                margin: 0;
     1587                outline: 0;
     1588                padding: 0;
     1589                vertical-align: baseline;
     1590        }
     1591        }
     1592 No newline at end of file