From 347febe7f7818e82e20a970bb2fae0e7fa03bc73 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Fri, 22 Nov 2013 06:39:38 +0000 Subject: [PATCH] Themes: Remove some unused invalid CSS. See #25948 git-svn-id: https://develop.svn.wordpress.org/trunk@26320 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/theme.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/wp-admin/css/theme.css b/src/wp-admin/css/theme.css index f694a3a1ae..71c47404bf 100644 --- a/src/wp-admin/css/theme.css +++ b/src/wp-admin/css/theme.css @@ -754,9 +754,6 @@ body.theme-overlay-open { .theme:nth-child(4n) { margin-right: 0; } - .theme.add-new:after { - font-size: 23vw; - } .theme-overlay .theme-wrap, .theme-overlay .theme-actions { right: 15%; @@ -774,9 +771,6 @@ body.theme-overlay-open { .theme:nth-child(odd) { margin-right: 5%; } - .theme.add-new:after { - font-size: 23vw; - } } /* Mini-sidebar in MP6 */ @media ( max-width: 900px ) { @@ -829,9 +823,6 @@ body.theme-overlay-open { .theme:nth-child(3n) { margin-right: 0; } - .theme.add-new:after { - font-size: 53vw; - } .theme-overlay .theme-update, .theme-overlay .theme-description { margin-left: 0;