From 38391b74bc6269e4b969b0b0e9223c1b7d0a7cf4 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 1 Jun 2007 04:34:35 -0400 Subject: fixed gallery thumbs display --- static/style/default.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'static/style/default.css') diff --git a/static/style/default.css b/static/style/default.css index 691dae8..1436897 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -194,8 +194,15 @@ pre.large { .right_stuff img { border: 1px solid black; } .photo_thumb { - width: 160px; - height: 180px; } + width: 150px; + height: 112px; + padding: 0px; + margin: 0px; + border: none; + text-align: center; } +table.thumbs tr { + padding: 0px; + margin: 0px; } table.listing { width: 100%; border-spacing: 0px; -- cgit v1.2.3