]> i-scream Git - www.i-scream.org.git/commitdiff
Looks like it still pulls in the main css, so we'll need to ensure we
authorTim Bishop <tim@bishnet.net>
Mon, 29 Nov 2004 15:48:24 +0000 (15:48 +0000)
committerTim Bishop <tim@bishnet.net>
Mon, 29 Nov 2004 15:48:24 +0000 (15:48 +0000)
override everything we want to change (not just remove it). This is on
PIE, but shouldn't cause issues on other browsers.

www/styles/handheld.css

index c2cfbb0519e4b7a56285563fd4a775913aaa6c18..1926993de89544147833f6b29903e297d1bdb717 100644 (file)
@@ -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;
 }