From c5d236110af06b3bb6646ce6618d8bc9978e6066 Mon Sep 17 00:00:00 2001 From: koopersmith Date: Mon, 9 Apr 2012 23:22:59 +0000 Subject: [PATCH] Remove CSS involving unused '.theme-listing' selector. see #20403. git-svn-id: http://svn.automattic.com/wordpress/trunk@20411 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/css/colors-classic.dev.css | 4 --- wp-admin/css/colors-fresh.dev.css | 4 --- wp-admin/css/wp-admin-rtl.dev.css | 6 +---- wp-admin/css/wp-admin.dev.css | 42 ----------------------------- 4 files changed, 1 insertion(+), 55 deletions(-) diff --git a/wp-admin/css/colors-classic.dev.css b/wp-admin/css/colors-classic.dev.css index d6a5f78b4..38e3cccb7 100644 --- a/wp-admin/css/colors-classic.dev.css +++ b/wp-admin/css/colors-classic.dev.css @@ -2030,10 +2030,6 @@ body.press-this ul.category-tabs li.tabs a { border-top-color: #DFDFDF; } -.theme-listing br.line { - border-bottom-color: #ccc; -} - div.widgets-sortables, #widgets-left .inactive { background-color: #f7fcfe; diff --git a/wp-admin/css/colors-fresh.dev.css b/wp-admin/css/colors-fresh.dev.css index 0d64827f5..17c3356e9 100644 --- a/wp-admin/css/colors-fresh.dev.css +++ b/wp-admin/css/colors-fresh.dev.css @@ -1665,10 +1665,6 @@ body.press-this ul.category-tabs li.tabs a { border-top-color: #DFDFDF; } -.theme-listing br.line { - border-bottom-color: #ccc; -} - div.widgets-sortables, #widgets-left .inactive, #available-widgets .widget-holder { diff --git a/wp-admin/css/wp-admin-rtl.dev.css b/wp-admin/css/wp-admin-rtl.dev.css index d560743ab..a15756c6e 100644 --- a/wp-admin/css/wp-admin-rtl.dev.css +++ b/wp-admin/css/wp-admin-rtl.dev.css @@ -2217,10 +2217,6 @@ div.star a:visited { left: 0; } -.theme-listing .theme-item h3 { - font-style: normal; -} - #theme-information .theme-preview-img { float: right; margin: 5px 15px 10px 25px; @@ -2376,4 +2372,4 @@ body.login.locale-he-il, .locale-he-il em { font-style: normal; font-weight: bold; -} +} diff --git a/wp-admin/css/wp-admin.dev.css b/wp-admin/css/wp-admin.dev.css index bf3aed273..7ff47736f 100644 --- a/wp-admin/css/wp-admin.dev.css +++ b/wp-admin/css/wp-admin.dev.css @@ -7440,48 +7440,6 @@ h3 span { line-height: 180%; } -/* theme-install */ -.theme-listing .theme-item { - display: inline-block; - width: 200px; - border: thin solid #ccc; - vertical-align: top; -} - -.theme-listing .theme-item h3 { - text-align: center; - font-size: 14px; - font-style: italic; - margin: 0; - padding: 0; -} - -.theme-listing .theme-item img { - max-width: 150px; - max-height: 150px; -} - -.theme-listing .theme-item-info span, -.theme-listing .theme-item:hover .theme-item-info span.dots { - display: none; -} - -.theme-listing .theme-item:hover .theme-item-info span { - display: inline; -} - -.theme-listing .theme-item-info span.action-links { - font-weight: bold; - text-align: center; -} - -.theme-listing br.line { - border-bottom-width: 1px; - border-bottom-style: solid; - margin-bottom: 3px; -} - - #theme-information .available-theme, .available-theme { padding: 20px 15px;