Merge "Fix RTL positioning for repo icon"

This commit is contained in:
jenkins-bot 2014-04-30 20:56:51 +00:00 committed by Gerrit Code Review
commit 182f1cd6bb

View file

@ -203,7 +203,7 @@
background-image: url(img/repo.svg);
background-repeat: no-repeat;
background-size: auto @icon-size;
background-position: @padding center;
background-position: 2% center;
background-color: @info-box-color;
line-height: 1.3;
@ -215,7 +215,7 @@
min-height: @icon-size;
padding-left: @icon-size + 2 * @padding;
background-size: auto @icon-size;
background-position: (@padding + 4px) center;
background-position: 3% center;
}
.mw-mmv-repo,