From 936b46275e2bfa809c29220c15eae4172745642a Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Fri, 23 Apr 2004 17:11:52 +0000 Subject: [PATCH] implemented new layout for thumbnails as discussed on Meta --- stylesheets/common.css | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/stylesheets/common.css b/stylesheets/common.css index 127e7deeca..a75958762c 100644 --- a/stylesheets/common.css +++ b/stylesheets/common.css @@ -27,15 +27,26 @@ table.rimage { /* thumbnails */ div.thumbnail-none, div.thumbnail-right, div.thumbnail-left { + border: 1px solid #8888aa; + background-color: #f7f8ff; padding: 2px; - border:1px solid #8888aa; - background:#CCCCCC; - margin: 0.3em 0 0.5em; - font-size: 85%; + margin: 10px; + font-size: smaller; text-align: center; } +div.thumbnail-none img, div.thumbnail-right img, div.thumbnail-left img { + border:1px solid #8888AA; + margin-bottom:3px; + background:#FFFFFF; +} + +div.magnify img { + border: 0px; + background: none; +} + div.thumbcaption { margin-top:3px; margin-bottom:3px; text-align: left; -- 2.20.1