Browse Source

Fix burma flag not having right sprite location

pull/4454/merge
Jack Lukic 8 years ago
parent
commit
a7f0df91c9
1 changed files with 2 additions and 2 deletions
  1. 4
      src/themes/default/elements/flag.overrides

4
src/themes/default/elements/flag.overrides

@ -568,7 +568,7 @@ i.flag.mali:before {
i.flag.mm:before, i.flag.mm:before,
i.flag.myanmar:before, i.flag.myanmar:before,
i.flag.burma:before { i.flag.burma:before {
background-position: -36px -1717px;
background-position: -73px -1821px;
} }
i.flag.mn:before, i.flag.mn:before,
i.flag.mongolia:before { i.flag.mongolia:before {
@ -983,4 +983,4 @@ i.flag.zambia:before {
i.flag.zw:before, i.flag.zw:before,
i.flag.zimbabwe:before { i.flag.zimbabwe:before {
background-position: -108px -390px; background-position: -108px -390px;
}
}
Loading…
Cancel
Save