diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-13 20:20:45 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-13 20:20:45 -0700 |
commit | 8641b51217a312a0136e6e8f6d691dee205e4d9b (patch) | |
tree | 98acd8781fae1af6728e6dbd5457383489f72544 | |
parent | b46346aab6df6272c9b1106783ea9b3006519ecf (diff) |
Correct moving albums on mouser over, as a css border definition had been removed.
-rw-r--r-- | themes/night_wind/css/screen.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |