diff -r 6dc190e2158b -r 5e9bd8e5c6bf plugins/gallery/browser.css --- a/plugins/gallery/browser.css Thu Jan 29 02:06:06 2009 -0500 +++ b/plugins/gallery/browser.css Tue May 05 19:08:45 2009 -0400 @@ -12,7 +12,7 @@ margin: 0 auto; padding: 4px; width: 80px; - white-space: nowrap; + /* white-space: nowrap; */ } div.gallery_icon:hover { @@ -36,8 +36,10 @@ float: left; list-style-type: none !important; list-style-image: none !important; + background-image: none !important; width: 80px; margin-right: 15px; + display: block; } a.snapr-imagelink { @@ -62,6 +64,7 @@ padding: 4px; text-align: left; min-width: 100px; + max-width: 250px; font-family: arial, helvetica, sans-serif; font-size: 8pt; }