From: Tim Bishop Date: Mon, 29 Nov 2004 15:48:24 +0000 (+0000) Subject: Looks like it still pulls in the main css, so we'll need to ensure we X-Git-Url: http://git.i-scream.org/?a=commitdiff_plain;h=78db662fbd90a61cc19316e3a909df9080c8664c;p=www.i-scream.org.git Looks like it still pulls in the main css, so we'll need to ensure we override everything we want to change (not just remove it). This is on PIE, but shouldn't cause issues on other browsers. --- diff --git a/www/styles/handheld.css b/www/styles/handheld.css index c2cfbb0..1926993 100644 --- a/www/styles/handheld.css +++ b/www/styles/handheld.css @@ -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; }