From 125bc190f17354b4c845d09ffbe6047e21ea90db Mon Sep 17 00:00:00 2001 From: Morgan Jones Date: Wed, 8 May 2013 03:44:20 -0600 Subject: [PATCH] * Remove #largepreview CSS, we don't need it --- style.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/style.css b/style.css index b00b8742..800580ba 100644 --- a/style.css +++ b/style.css @@ -684,21 +684,6 @@ h3 { box-sizing: border-box; } - -/* preview */ - -#largepreview { - left: 50%; - position: fixed; - top: 50%; - z-index: 2000; -} -#largepreview img { - box-shadow: 0 0 40px #000; - border: 2px solid #f8ff5e; - background-color: rgba(8, 48, 78, 0.9); /* as some images - eg ZipCar - have transparency */ -} - /* Dialogs */ .ui-tooltip, .ui-dialog {