From 48c1c5d156a392bc8a1415c51b03984feb4ecf9e Mon Sep 17 00:00:00 2001 From: clinton Date: Mon, 28 Jul 2008 17:21:58 +0000 Subject: [PATCH] Improve image box appearance and add spacing between adjacent boxes --- default.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; -- 2.20.1