ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/styles/handheld.css
(Generate patch)

Comparing web/www/styles/handheld.css (file contents):
Revision 1.1 by tdb, Sat Nov 20 18:22:50 2004 UTC vs.
Revision 1.2 by tdb, Mon Nov 29 15:48:24 2004 UTC

# Line 15 | Line 15 | html,body {
15   /* Contains the menu */
16   #menu {
17          margin: 5px;
18 +        width: 100pc;
19          background: #eeeeFF;
20          color: #000000;
21          border: 1px solid #000066;
# Line 31 | Line 32 | html,body {
32   #menu .logo {
33          display: none;
34   }
35 + #menu .logo img {
36 +        display: none;
37 + }
38   #menu ul {
39          margin: 5px;
40          padding: 5px 0px 5px 0px;
41          text-align: center;
42          list-style: none;
43 < }      
43 > }
44 > #menu br {
45 >        display: none;
46 > }
47  
48   /* Contains the main page - including header and footer */
49   #main {
50 +        margin-left: 0px;
51          padding: 0px;
52 +        position: relative;
53   }
54  
55   /* Contains the header */
# Line 71 | Line 80 | html,body {
80          background: #eeeeff;
81          border-bottom: 5px solid #000066;
82          color: #000066;
83 +        text-align: left;
84   }
85   #contents h2 {
86          padding: 4px;
# Line 95 | Line 105 | html,body {
105   #topnav {
106          margin: -15px -10px 0px 0px;
107          padding: 0px;
108 +        text-align: left;
109          background: transparent;
110          color: #000000;
111   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines