Making WordPress.org

Ticket #2696: 2696-theme.diff

File 2696-theme.diff, 866 bytes (added by Travel_girl, 7 years ago)

Underline theme author in Theme Directory

  • style-rtl.css

     
    289289        bottom: 56px;
    290290}
    291291
     292.theme-author a {
     293        text-decoration: underline;
     294}
     295
    292296/* Displays the author name on Index, if the search is preceded by `author:`. */
    293297.theme-browser .theme.display-author .theme-author,
    294298body.author .theme-browser .theme .theme-author  {
  • style.css

     
    289289        bottom: 56px;
    290290}
    291291
     292.theme-author a {
     293        text-decoration: underline;
     294}
     295
    292296/* Displays the author name on Index, if the search is preceded by `author:`. */
    293297.theme-browser .theme.display-author .theme-author,
    294298body.author .theme-browser .theme .theme-author  {