diff options
Diffstat (limited to '')
-rw-r--r-- | template-common/default-layout.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css index 245115c6d..235f7df5f 100644 --- a/template-common/default-layout.css +++ b/template-common/default-layout.css @@ -24,6 +24,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 DIV.thumbnailCategory DIV.illustration { width: 140px; /* max thumbnail width + 2px */ } |