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

Comparing web/www/styles/style.css (file contents):
Revision 1.4 by tdb, Wed Mar 24 21:34:26 2004 UTC vs.
Revision 1.7 by tdb, Wed Mar 8 15:35:14 2006 UTC

# Line 34 | Line 34 | html,body {
34          margin: 0px;
35          padding: 3px;
36   }
37 #menu p {
38        margin: 5px;
39        padding: 5px 0px 5px 0px;
40        text-align: center;
41 }
37   #menu .logo {
38 <        margin: 0px;
38 >        margin: 10px 0px 10px 0px;
39          text-align: center;
40   }
41 + #menu .logo img {
42 +        margin-top: 5px;
43 + }
44 + #menu ul {
45 +        margin: 5px;
46 +        padding: 5px 0px 5px 0px;
47 +        text-align: center;
48 +        list-style: none;
49 + }      
50  
51   /* Contains the main page - including header and footer */
52   #main {
# Line 60 | Line 64 | html,body {
64   /* Contains the footer */
65   #footer {
66          padding: 60px 0px 5px 0px;
67 +        text-align: center;
68   }
69   #footer p {
65        text-align: center;
70          font-size: x-small;
71   }
72  
# Line 103 | Line 107 | html,body {
107   }
108   #topnav {
109          margin: -15px -10px 0px 0px;
110 <        padding: 0px;
110 >        padding: 0px 0px 10px 0px;
111          text-align: right;
112          background: transparent;
113          color: #000000;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines