From: Bernie Innocenti Date: Sat, 2 May 2009 06:19:45 +0000 (+0200) Subject: Merge branch 'master' of ssh://bernie@trinity.codewiz.org/~/public_html/wiki/git... X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=commitdiff_plain;h=34dfe6de1a8c4354c9960ef936442012ec90f3c0;hp=447224542708a521c0484d694bc78f69d8daa10a Merge branch 'master' of ssh://bernie@trinity.codewiz.org/~/public_html/wiki/git/wiki --- 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%;