umpirsky / country-list

:globe_with_meridians: List of all countries with names and ISO 3166-1 codes in all languages and data formats.
MIT License
5.16k stars 1.55k forks source link

Flag demo shows wrong flag for Zimbabwe #7

Closed stucampbell closed 8 years ago

stucampbell commented 11 years ago

Minor issue: In http://country-list.umpirsky.com/css/flags32.css the CSS for the Zimbabwean flag is showing the Zambian flag: .f32 .zw{background-position:0 -7744px;}

Instead it should be: .f32 .zw { background-position: 0 -7776px; }

umpirsky commented 11 years ago

Yes, I know. It should be fixed in world-flags-sprite project.

Thanks for reporting.

umpirsky commented 11 years ago

New issue to track #8.