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.3 by tdb, Wed Mar 8 15:35:14 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 + #advert {
72 +        display: none;
73 + }
74 +
75   /* Contains the body text of the page */
76   #contents {
77          padding: 0px 15px 0px 15px;
# Line 71 | Line 85 | html,body {
85          background: #eeeeff;
86          border-bottom: 5px solid #000066;
87          color: #000066;
88 +        text-align: left;
89   }
90   #contents h2 {
91          padding: 4px;
# Line 95 | Line 110 | html,body {
110   #topnav {
111          margin: -15px -10px 0px 0px;
112          padding: 0px;
113 +        text-align: left;
114          background: transparent;
115          color: #000000;
116   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines