From c1b2cfe77067e78a90d4f33cc84d476292ff6928 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Mon, 8 Jun 2009 09:29:52 +0200 Subject: Switched the layout of the statements from a table to css. --- local.css | 43 ++++++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 15 deletions(-) (limited to 'local.css') diff --git a/local.css b/local.css index b2f62f81..49930eb4 100644 --- a/local.css +++ b/local.css @@ -258,19 +258,32 @@ a:hover border-style: dotted; } -#what-is { - width: 50%; - vertical-align: top; - text-align: justify; - padding-right: 1ex; - padding-top: 0.3em; - padding-bottom: 0.3em; -} - -#mission { - vertical-align: top; - text-align: justify; - padding-left: 1em; - padding-top: 0.3em; - padding-bottom: 0.3em; +#statements +{ + display: table; +} +.statement-title +{ + text-align: center; + font-weight: bold; +} +#what-is +{ + display: table-cell; + width: 50%; + vertical-align: top; + text-align: justify; + padding-right: 1ex; + padding-top: 0.3em; + padding-bottom: 0.3em; +} + +#mission +{ + display: table-cell; + vertical-align: top; + text-align: justify; + padding-left: 1em; + padding-top: 0.3em; + padding-bottom: 0.3em; } -- cgit v1.2.3