Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stats.css « css « public - github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 918ae6ff53a7fdea997fe87cb7d4232802d50d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.stats-header {
    text-align: center;
}

.bottom-padding {
    margin-bottom: 3em;
}

#mapChart {
    width: 100%;
    height: 32em;
}

.ng-root {
    margin-bottom: 4em;
}

h4 {
    display: inline-block;
}