summaryrefslogtreecommitdiff
path: root/doc/common/styles/html/simple/style.css
blob: 0b1e640b38e05e5e3416b7224de098038f83a5eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#footer {
    border-top: solid black 1pt;
    text-align: center;
    text-indent: 0pt;
}

.menu { }
.menu li {
    display: inline;
    margin: 0pt;
    padding: .5ex 1em;
    list-style: none 
}