summaryrefslogtreecommitdiff
path: root/tools/findbugs/doc/findbugs.css
blob: e201695c130f93638a5c01e38ad7f133ac0425a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BODY {
    background: white;
}

A.plain {
    text-decoration: none;
}

A.sidebar {
    text-decoration: none;
}

A.sidebar:hover, A.sidebar:active {
    text-decoration: underline;
}