Improve image box appearance and add spacing between adjacent boxes
authorclinton <clinton@unknownlamer.org>
Mon, 28 Jul 2008 17:21:58 +0000 (17:21 +0000)
committerclinton <clinton@unknownlamer.org>
Mon, 28 Jul 2008 17:21:58 +0000 (17:21 +0000)
default.css

index 578c4f0..34e126f 100644 (file)
@@ -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;