diff options
Diffstat (limited to '')
-rw-r--r-- | template-common/default-layout.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css index 2a0cbd086..79797560b 100644 --- a/template-common/default-layout.css +++ b/template-common/default-layout.css @@ -27,7 +27,7 @@ BODY#theAdminPage #content { /* Set some sizes according to your maximum thumbnail width and height */ #content UL.thumbnails SPAN, #content UL.thumbnails SPAN.wrap2 A, -#content UL.thumbnails SPAN.wrap2 LABEL, +#content UL.thumbnails LABEL, #content DIV.thumbnailCategory DIV.illustration { width: 140px; /* max thumbnail width + 2px */ } |