From 07c83610a0abce59e10d6b4e53f7522add022e3b Mon Sep 17 00:00:00 2001 From: James Kirkus-Lamont Date: Sun, 8 Mar 2009 21:19:56 +0000 Subject: [PATCH] restored image panel showing 3 across (#3670) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@72602 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/layout.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/layout.css b/css/layout.css index e0ad7617..7724adf3 100644 --- a/css/layout.css +++ b/css/layout.css @@ -530,9 +530,10 @@ iframe { } #contentPanel .thumbnailstrip { border: none; - width: 180px; + width: 190px; height: 120px; overflow-y: auto; + margin-right: 0 !important; } #Caption {