Making WordPress.org

Ticket #3906: 3906.patch

File 3906.patch, 1.3 KB (added by vaishalipanchal, 6 years ago)

Patch to fixed icon issue.

  • wordpress-meta/wordpress.org/public_html/style/wp4.css

    diff -Naur wordpress-meta/wordpress.org/public_html/style/wp4.css wordpress-meta/wordpress.org/public_html/style/wp4.css
     
    13961396.make-marketing .site-title a:before { content: '\f130'; }
    13971397.make-cli .site-title a:before { content: '\f345'; }
    13981398.make-hosting .site-title a:before { content: '\f176'; }
    1399 .make-tide .site-title a:before { content: '\f10d'; }
     1399.make-tide .site-title a:before { content: '\f109'; }
    14001400
    14011401#headline .login {
    14021402        font-size: 12px;
  • wordpress-meta/wordpress.org/public_html/style/wp4-rtl.css

    diff -Naur wordpress-meta/wordpress.org/public_html/style/wp4-rtl.css wordpress-meta/wordpress.org/public_html/style/wp4-rtl.css
     
    13961396.make-marketing .site-title a:before { content: '\f130'; }
    13971397.make-cli .site-title a:before { content: '\f345'; }
    13981398.make-hosting .site-title a:before { content: '\f176'; }
    1399 .make-tide .site-title a:before { content: '\f10d'; }
     1399.make-tide .site-title a:before { content: '\f109'; }
    14001400
    14011401#headline .login {
    14021402        font-size: 12px;