Making WordPress.org

Ticket #6900: 6900.diff

File 6900.diff, 593 bytes (added by viralsampat, 20 months ago)

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

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

    diff --git a/wordpress.org/public_html/style/trac/common/css/trac.css b/wordpress.org/public_html/style/trac/common/css/trac.css
    index 66013e774..9e65acad8 100644
    a b div.system-message .trac-close-msg:hover { 
    949949/* Styles for jquery-ui */
    950950.trac-placeholder { background: #eed }
    951951
     952/* new css for code tag */
     953ul li code {
     954  word-break: break-word;
     955}
     956
    952957/* Styles for search word highlighting */
    953958@media screen {
    954959 .searchword0 { background: #ff9 }