--- web/www/styles/style.css 2004/03/24 21:34:26 1.4 +++ web/www/styles/style.css 2006/03/08 13:21:48 1.6 @@ -34,15 +34,19 @@ html,body { margin: 0px; padding: 3px; } -#menu p { - margin: 5px; - padding: 5px 0px 5px 0px; - text-align: center; -} #menu .logo { - margin: 0px; + margin: 10px 0px 10px 0px; text-align: center; } +#menu .logo img { + margin-top: 5px; +} +#menu ul { + margin: 5px; + padding: 5px 0px 5px 0px; + text-align: center; + list-style: none; +} /* Contains the main page - including header and footer */ #main { @@ -60,9 +64,9 @@ html,body { /* Contains the footer */ #footer { padding: 60px 0px 5px 0px; + text-align: center; } #footer p { - text-align: center; font-size: x-small; }