From 70bc71402b01709a05139e19602500e25600b639 Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Thu, 11 Oct 2012 00:37:23 +0000 Subject: [PATCH] Media Modal: Remove unused CSS. see #21390. git-svn-id: http://core.svn.wordpress.org/trunk@22177 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/css/media-views.css | 35 --------------------------------- 1 file changed, 35 deletions(-) diff --git a/wp-includes/css/media-views.css b/wp-includes/css/media-views.css index c08dfbc1b9..90f78877e4 100644 --- a/wp-includes/css/media-views.css +++ b/wp-includes/css/media-views.css @@ -398,41 +398,6 @@ border-radius: 0; } - -/* Square crop with overflow visible on hover. */ -/* -.attachment .portrait img { - width: 200px; -} -.attachment .landscape img { - height: 200px; -} -.attachment .attachment-preview:hover { - overflow: visible; - z-index: 1000; -} -.attachment .attachment-preview:hover img { - border: 10px solid #fff; - box-shadow: 0 0 10px rgba( 0, 0, 0, 0.4 ); -}*/ - - -/* Square crop with resized image on hover. */ -/* -.attachment .portrait img { - width: 200px; -} -.attachment .landscape img { - height: 200px; -} -.attachment .attachment-preview:hover img { - height: auto; - width: auto; - max-height: 200px; - max-width: 200px; -}*/ - - /** * Progress Bar */