~newz/ubuntu-website/ubuntu07

« back to all changes in this revision

Viewing changes to footer.css

  • Committer: Matthew Nuzum
  • Date: 2007-02-02 17:03:00 UTC
  • Revision ID: matthew.nuzum@canonical.com-20070202170300-c8e5f3695dcad6d4
adding initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* begin footer
 
3
 *
 
4
 */
 
5
#footer {
 
6
        width: 100%;
 
7
        background-image: url(images/footerbg.jpg);
 
8
        background-repeat: no-repeat;
 
9
        background-position: bottom;
 
10
        margin: 0;
 
11
        padding: 0;
 
12
}
 
13
#footertext {
 
14
        padding: 0 15px 5px 15px;
 
15
        color: #656565;
 
16
        font-size: 70%;
 
17
}
 
18
#footertext a {
 
19
        color: #656565;
 
20
        text-decoration: none;
 
21
}
 
22
#footertext p {
 
23
        width: 45%;
 
24
        float: left;
 
25
        font-size: 90%;
 
26
}
 
27
#footertext ul {
 
28
        width: 35%;
 
29
        float: right;
 
30
}
 
31
#footertext li {
 
32
        display: block;
 
33
        float: left;
 
34
        border-right: 1px solid #656565;
 
35
        padding: 0 10px;
 
36
}
 
37
#footertext li.last {
 
38
        border-right-style: none;
 
39
        padding-right: 0;
 
40
}
 
 
b'\\ No newline at end of file'