Converted the front advert into CSS based on discussion on
[infodrom.org/lists.infodrom.org] / src / infodrom.css
index 6456037..0aa465c 100644 (file)
@@ -93,6 +93,38 @@ div.fortune_0 p {
   margin-bottom: 0px;
 }
 
+/*
+ * Only for the front ad
+ */
+.wraptocenter {
+    display: table-cell;
+    vertical-align: middle;
+    width: 180px;
+    height: 70px;
+}
+.wraptocenter * {
+    vertical-align: middle;
+}
+/*\*//*/
+.wraptocenter {
+    display: block;
+}
+.wraptocenter span {
+    display: inline-block;
+    height: 100%;
+    width: 1px;
+}
+/**/
+</style>
+<!--[if IE]><style>
+.wraptocenter span {
+    display: inline-block;
+    height: 100%;
+}
+.wraptocenter img {
+  border: 0px;
+}
+
 /*
  * Footer
  */