From b444bb08241bae4d7d78baa34943b4b4adbfec5a Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 22 Dec 2005 06:42:57 +0000 Subject: [PATCH] fix broken design --- ezmlm-web.css | 30 ++++++++++++++++-------------- index.html | 2 +- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/ezmlm-web.css b/ezmlm-web.css index 44668eb..63c65aa 100644 --- a/ezmlm-web.css +++ b/ezmlm-web.css @@ -19,7 +19,7 @@ font.feature { font-weight: bold; } -#nav-bar { +#nav_bar { float: left; width: 14%; margin-right: 1%; @@ -31,30 +31,30 @@ font.feature { background-color: #c0c0b0; } -.nav-group { +.nav_group { margin-top: 1%; padding-bottom: 1%; } -#nav-bar ul { +#nav_bar ul { list-style: square; color: #af8060; margin: 0; padding-left: 20px; } -#nav-bar li { +#nav_bar li { margin-top: 0; border-bottom: solid 1px #606070; } -#nav-bar a { +#nav_bar a { font: bold 85% sans-serif; color: #2f4860; text-decoration: none; } -#nav-bar a:hover { +#nav_bar a:hover { background-color: #d8d8d8; color: #2f4860; } @@ -97,7 +97,7 @@ h1.oben { margin: 0; } -#perm-nav { +#perm_nav { float: right; padding-right: 5px; font-size: 100%; @@ -105,7 +105,7 @@ h1.oben { background-color: inherit; } -#perm-nav a { +#perm_nav a { font-weight: bold; color: #ffffff; padding-left: 2px; @@ -113,7 +113,7 @@ h1.oben { text-decoration: none; } -#perm-nav a:hover { +#perm_nav a:hover { color: #ffcc00; } @@ -129,10 +129,12 @@ h1.oben { color: #ffffff; } -#content { -# position: absolute; -# right: 0px; -# width: 85%; +content { +/* + position: absolute; + right: 0px; + width: 85%; +*/ font: normal 82% sans-serif; background-color: #ffffff; padding: 2px; @@ -156,7 +158,7 @@ h1.oben { text-align: justify; } -#info-title { +#info_title { text-align: center; background-color: #c0c0b0; margin: 0.5%; diff --git a/index.html b/index.html index a4ecee2..0d79cf1 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,7 @@ -
a web interface for mailing lists' administration
+
a web interface for mailing lists' administration