summaryrefslogtreecommitdiff
blob: eed5f0ee41ef39333aee7af6e581af7d59d72dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * CSS for SRF D3 module
 *
 * Based on the official D3 treemap chart tutorial
 *
 * @licence: GNU GPL v2 or later
 * @author:  mwjames
 *
 * @release: 0.1
 */
.srf-d3-chart-treemap .cell {
	border: solid 1px white;
	font: 10px sans-serif;
	line-height: 12px;
	overflow: hidden;
	position: absolute;
	text-indent: 2px;
}