X-Git-Url: http://git.i-scream.org/?a=blobdiff_plain;f=www%2Fstyles%2Fhandheld.css;h=1926993de89544147833f6b29903e297d1bdb717;hb=78db662fbd90a61cc19316e3a909df9080c8664c;hp=c2cfbb0519e4b7a56285563fd4a775913aaa6c18;hpb=1cbc9cd7af6a4a059be2cfefcaa13a93c3cf8160;p=www.i-scream.org.git 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; }