summaryrefslogtreecommitdiffstats
path: root/doc/_static/bcfg2.css
blob: 425be5600c2486ccd16358ca3c1e6fdeaff04c31 (plain)
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
/* -- tables ---------------------------------------------------------------- */

table.docutils {
    border: 0 solid #dce;
    border-collapse: collapse;
}

table.docutils td, table.docutils th {
    padding: 2px 5px 2px 5px;
    border-left: 0;    
    background-color: #bebebe;    
}

table.field-list td, table.field-list th {
    border: 0 !important;
}

table.footnote td, table.footnote th {
    border: 0 !important;
}

table.docutils th {
    border-top: 1px solid #2f4f4f;    
    background-color: #708090;
}

th {
    text-align: left;
    padding-right: 5px;
}

th.head {
    text-align: center;    
}