From 4b1b267b61a0064a6fdb482dcb5f2754da73ebac Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Mon, 1 Oct 2007 10:23:36 +0000 Subject: [PATCH] Converted the front advert into CSS based on discussion on --- Styles/infodrom.style | 29 +++++++++++------------------ src/infodrom.css | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 18 deletions(-) diff --git a/Styles/infodrom.style b/Styles/infodrom.style index 11d41ff..e8afd62 100644 --- a/Styles/infodrom.style +++ b/Styles/infodrom.style @@ -114,22 +114,15 @@ print "."; - - - - - -
-   - Debian -# Oldenburger LinuxTag - - Powered by Linux -
-
+
+
+Debian +
+
-# -# Name der Haupt-Datenbank fuer diesen Bereich -# -# OBSOLETE!!!!!!!!!! -web +
+
+Powered by Linux +
+
+ diff --git a/src/infodrom.css b/src/infodrom.css index 6456037..0aa465c 100644 --- a/src/infodrom.css +++ b/src/infodrom.css @@ -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; +} +/**/ + +