Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/webroot/css/summary.css
blob: c31720901e2a52854f946c9a30841c91e65db48b (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
/* summary */
table.stats {
    padding: 5px;
    float: left;
    margin-right: 20px;
}
table.log {
    padding: 5px;
    float: left;
}
table.stats td.heading,
table.log td.heading {
    background: #ddddff;
    font-weight: bold;
    text-align: center;
}
table.stats td.title {
    width: 10em;
    border-bottom: 1px solid gray;
}
table.stats td.value {
    background: #eeeeee;
    width: 4em;
    text-align: center;
    border-bottom: 1px solid gray;
}