From: clinton Date: Mon, 28 Jul 2008 17:21:58 +0000 (+0000) Subject: Improve image box appearance and add spacing between adjacent boxes X-Git-Url: http://git.hcoop.net/clinton/website/src/unknownlamer.org.git/commitdiff_plain/48c1c5d156a392bc8a1415c51b03984feb4ecf9e Improve image box appearance and add spacing between adjacent boxes --- diff --git a/default.css b/default.css index 578c4f0..34e126f 100644 --- a/default.css +++ b/default.css @@ -100,11 +100,17 @@ table.image, p.image border: 2px solid #222222; background-color: #999999; width: auto; - padding: 0.5em; + padding: 0.1em; margin-left: auto; margin-right: auto; } +/* Force spacing between image boxes */ +table.image + table.image, p.image + p.image +{ + margin-top: 1em; +} + table.image tr td img { border: 1px solid #111111;