diff options
Diffstat (limited to '')
-rw-r--r-- | tools/local-layout.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/local-layout.css b/tools/local-layout.css index 2471e13de..16dcf14d7 100644 --- a/tools/local-layout.css +++ b/tools/local-layout.css @@ -4,3 +4,7 @@ BODY { background-attachment:fixed; } +#content UL.thumbnails SPAN.wrap2 { + height: 200px; /* max thumbnail height + 2px */ +} + |