From 8641b51217a312a0136e6e8f6d691dee205e4d9b Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 13 Oct 2009 20:20:45 -0700 Subject: Correct moving albums on mouser over, as a css border definition had been removed. --- themes/night_wind/css/screen.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/night_wind/css/screen.css b/themes/night_wind/css/screen.css index 6bb0e368..7711a329 100644 --- a/themes/night_wind/css/screen.css +++ b/themes/night_wind/css/screen.css @@ -335,6 +335,7 @@ li.g-error select { #g-content #g-album-grid .g-item { background-color: #000; + border: 1px solid #000; float: left; font-size: .7em; padding: .6em 8px; -- cgit v1.2.3