~kirkland/ubuntu-manpage-repository/light-theme

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#ubuntu-header {
    background-image: url(/img/header_logo.png);
    left: 16px;
    top: 16px;
    width: 196px;
}

#subheader-search {
    padding-left: 14px;
    padding-right: 14px;
}

#copyright {
    background-position: 827px 38px;
    padding-bottom: 10px;
}

#content pre {
    line-height: 16px;
}

.level-4-nav li a b {
    font-weight: normal;
    text-transform: capitalize;
}

hr {
    border: none;
    border-bottom: 1px dotted #333;
}

pre img {
    margin: 4px;
    vertical-align: middle;
}

table {
    background: white;
    border: none;
    width: 100%;
}

#content td {
    border: none;
}

#content table table td {
    border-bottom: 1px dotted #CCC;
}