OLD | NEW |
1 /* | 1 /* |
2 * These flag images have been created by flags.blogpotato.de and are | 2 * These flag images have been created by flags.blogpotato.de and are |
3 * distributed under Creative Commons Attribution-ShareAlike 3.0 license: | 3 * distributed under Creative Commons Attribution-ShareAlike 3.0 license: |
4 * http://creativecommons.org/licenses/by-sa/3.0/deed.en_US | 4 * http://creativecommons.org/licenses/by-sa/3.0/deed.en_US |
5 */ | 5 */ |
6 | 6 |
7 .flag | 7 .flag |
8 { | 8 { |
9 display: inline-block; | 9 display: inline-block; |
10 width: 18px; | 10 width: 18px; |
(...skipping 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1256 | 1256 |
1257 .flag.zm | 1257 .flag.zm |
1258 { | 1258 { |
1259 background-position: 0px -2988px; | 1259 background-position: 0px -2988px; |
1260 } | 1260 } |
1261 | 1261 |
1262 .flag.zw | 1262 .flag.zw |
1263 { | 1263 { |
1264 background-position: 0px -3000px; | 1264 background-position: 0px -3000px; |
1265 } | 1265 } |
OLD | NEW |