File: examples.css

package info (click to toggle)
node-vega-tooltip 0.33.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 856 kB
  • sloc: javascript: 31; makefile: 9; sh: 4
file content (30 lines) | stat: -rw-r--r-- 382 bytes parent folder | download
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
body {
  font-family: sans-serif;
}

/* Align tooltip examples to the center of the page */
.tooltip-example {
  margin: 40px 0px;
}
.tooltip-example canvas {
  display: block;
  margin: auto;
}

.large {
  margin: 50px 0px 25px;
  font-size: 1.5em;
}

.center {
  text-align: center;
}
.center a {
  display: block;
}

#github-link {
  position: fixed;
  top: 1em;
  right: 1em;
}