--- web/www/styles/handheld.css 2004/11/20 18:22:50 1.1 +++ web/www/styles/handheld.css 2004/11/29 15:48:24 1.2 @@ -15,6 +15,7 @@ html,body { /* Contains the menu */ #menu { margin: 5px; + width: 100pc; background: #eeeeFF; color: #000000; border: 1px solid #000066; @@ -31,16 +32,24 @@ html,body { #menu .logo { display: none; } +#menu .logo img { + display: none; +} #menu ul { margin: 5px; padding: 5px 0px 5px 0px; text-align: center; list-style: none; -} +} +#menu br { + display: none; +} /* Contains the main page - including header and footer */ #main { + margin-left: 0px; padding: 0px; + position: relative; } /* Contains the header */ @@ -71,6 +80,7 @@ html,body { background: #eeeeff; border-bottom: 5px solid #000066; color: #000066; + text-align: left; } #contents h2 { padding: 4px; @@ -95,6 +105,7 @@ html,body { #topnav { margin: -15px -10px 0px 0px; padding: 0px; + text-align: left; background: transparent; color: #000000; }