From 751107484068ebdcbb2b711c3dac5fb1a98135a0 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 5 Dec 2013 19:57:33 +0000 Subject: [PATCH] Themes: Let theme author links look like links. props matveb. fixes #26425. git-svn-id: https://develop.svn.wordpress.org/trunk@26688 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/wp-admin.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index 86de5025e9..344effdae5 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -6978,7 +6978,6 @@ body.folded .theme-overlay .theme-wrap { } .theme-overlay .theme-author a { - color: inherit; text-decoration: none; }