summaryrefslogtreecommitdiff
path: root/licenses/includes/jurisdictions.css
blob: 930663529dc692fbffa5d9752d570302cf802fd0 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/**
 * This file contains any jurisdiction-specific CSS or overrides.
 */

/* Belgium */
.be .nc {
	background: url("../images/deed/nc-eu.png") 0 0 no-repeat;
}

/* Finland */
.fi .nc {
	background: url("../images/deed/nc-eu.png") 0 0 no-repeat;
}

/* France */
.fr .nc {
	background: url("../images/deed/nc-eu.png") 0 0 no-repeat;
}

/* Guatemala */
.gt .nc {
	background: url("../images/deed/nc-gt.png") 0 0 no-repeat;
}

/* Italy */
.it .nc {
	background: url("../images/deed/nc-eu.png") 0 0 no-repeat;
}

/* Japan */
.jp .nc {
	background: url("../images/deed/nc-jp.png") 0 0 no-repeat;
}

/* Luxembourg */
.lu .nc {
	background: url("../images/deed/nc-eu.png") 0 0 no-repeat;
}

/* Netherlands */
.nl .nc {
	background: url("../images/deed/nc-eu.png") 0 0 no-repeat;
}

/* Spain */
.es .nc {
	background: url("../images/deed/nc-eu.png") 0 0 no-repeat;
}