File: benchmarks.css

package info (click to toggle)
libatomic-queue 0.0%2Bgit20201108.d9d66b6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 34,152 kB
  • sloc: cpp: 1,601; javascript: 350; makefile: 137; python: 122; sh: 61; ansic: 52
file content (34 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (6)
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
body {
    background-color: black;
    color: white;
    font-family: 'Roboto Slab', sans-serif;
}

div.chart {
    height: 500px;
    margin-top: 2em;
}

p.copyright {
    color: #A0A0A0;
    text-align: left;
    font-size: 0.8em;
}

h1, h2, h3 {
    margin-left: 20px;
}

p, li {
    color: #A0A0A0;
    margin-left: 20px;
}

span.tooltip_scalability_title {
    font-weight: bold;
    font-size: 1.2em;
}

table.tooltip_scalability {
    text-align: right;
}