From 43be2cff2fbfb7d09d11aaa17d528e85c7a7d232 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Fri, 1 May 2009 10:53:10 +0900 Subject: [PATCH] Allow specifying CSS class for thumbnails --- sys/geekigeeki.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/sys/geekigeeki.css b/sys/geekigeeki.css index a025677..1ad56c7 100644 --- a/sys/geekigeeki.css +++ b/sys/geekigeeki.css @@ -344,12 +344,20 @@ pre.notice { /* thumbnails */ -div.extthumb { - float: right; +div .thumb { + float: left; width: 100%; } -div.thumb { +div .thumbleft { + float: left; +} + +div .thumbright { + float: right; +} + +div .innerthumb { float: left; border: 1px solid #ccc; padding: 3px !important; @@ -359,12 +367,12 @@ div.thumb { text-align: center; } -div.thumb a img { +.thumb a img { border: 1px solid #ccc; vertical-align:bottom; } -div.thumb div.caption { +.thumb .caption { border: none; overflow: hidden; font-size: 60%; -- 2.25.1