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.4 by tdb, Thu May 11 15:25:44 2006 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 58 | Line 67 | html,body {
67          font-size: x-small;
68   }
69  
70 + /* Contains adverts */
71 + #advert1 {
72 +        display: none;
73 + }
74 + #advert2 {
75 +        display: none;
76 + }
77 +
78   /* Contains the body text of the page */
79   #contents {
80          padding: 0px 15px 0px 15px;
# Line 71 | Line 88 | html,body {
88          background: #eeeeff;
89          border-bottom: 5px solid #000066;
90          color: #000066;
91 +        text-align: left;
92   }
93   #contents h2 {
94          padding: 4px;
# Line 95 | Line 113 | html,body {
113   #topnav {
114          margin: -15px -10px 0px 0px;
115          padding: 0px;
116 +        text-align: left;
117          background: transparent;
118          color: #000000;
119   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines