Skip to content

Commit 20e5951

Browse files
authored
Merge pull request #1001 from mzeinstra/patch-1
Fixes visual bug on deed pages for some NC licenses prior to 4.0
2 parents fddb66e + 99f6b09 commit 20e5951

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

docroot/includes/jurisdictions.css

+18-17
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,48 @@
22
* This file contains any jurisdiction-specific CSS or overrides.
33
*/
44

5-
/* Belgium */
5+
/* Belgium
66
.be .nc {
77
background: url("/images/deed/nc-eu.png") 0 0 no-repeat;
88
}
9-
10-
/* Finland */
9+
*/
10+
/* Finland
1111
.fi .nc {
1212
background: url("/images/deed/nc-eu.png") 0 0 no-repeat;
1313
}
14-
15-
/* France */
14+
*/
15+
/* France
1616
.fr .nc {
1717
background: url("/images/deed/nc-eu.png") 0 0 no-repeat;
1818
}
19-
20-
/* Guatemala */
19+
*/
20+
/* Guatemala
2121
.gt .nc {
2222
background: url("/images/deed/nc-gt.png") 0 0 no-repeat;
2323
}
24-
25-
/* Italy */
24+
*/
25+
/* Italy
2626
.it .nc {
2727
background: url("/images/deed/nc-eu.png") 0 0 no-repeat;
2828
}
29-
30-
/* Japan */
29+
*/
30+
/* Japan
3131
.jp .nc {
3232
background: url("/images/deed/nc-jp.png") 0 0 no-repeat;
3333
}
34-
35-
/* Luxembourg */
34+
*/
35+
/* Luxembourg
3636
.lu .nc {
3737
background: url("/images/deed/nc-eu.png") 0 0 no-repeat;
3838
}
39-
40-
/* Netherlands */
39+
*/
40+
/* Netherlands
4141
.nl .nc {
4242
background: url("/images/deed/nc-eu.png") 0 0 no-repeat;
4343
}
44-
45-
/* Spain */
44+
*/
45+
/* Spain
4646
.es .nc {
4747
background: url("/images/deed/nc-eu.png") 0 0 no-repeat;
4848
}
49+
*/

0 commit comments

Comments
 (0)