Skip to content

Commit

Permalink
Merge pull request #3494 from edumucelli/master
Browse files Browse the repository at this point in the history
[Flag] Adding Scotland and Wales
  • Loading branch information
jlukic committed Dec 22, 2015
2 parents 49a8ea9 + cc8c2b9 commit f1f4ddc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/themes/default/elements/flag.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,10 @@ i.flag.sc:before,
i.flag.seychelles:before {
background-position: -72px -988px;
}
i.flag.gb.sct:before,
i.flag.scotland:before {
background-position: -72px -1014px;
}
i.flag.sd:before,
i.flag.sudan:before {
background-position: -72px -1040px;
Expand Down Expand Up @@ -948,6 +952,10 @@ i.flag.vu:before,
i.flag.vanuatu:before {
background-position: -108px -182px;
}
i.flag.gb.wls:before,
i.flag.wales:before {
background-position: -108px -208px;
}
i.flag.wf:before,
i.flag.wallis.and.futuna:before {
background-position: -108px -234px;
Expand Down

0 comments on commit f1f4ddc

Please sign in to comment.