Merge "Fix margins after they were broken in 9d988924"

This commit is contained in:
jenkins-bot 2014-02-12 21:12:02 +00:00 committed by Gerrit Code Review
commit 25276e2a5a
2 changed files with 2 additions and 2 deletions

View file

@ -6,5 +6,5 @@
*/
.ve-init-mw-viewPageTarget-toolbar {
margin: -1.25em -1.5em 1.25em -1.75em;
margin: -1.25em -1.5em 1.5em -1.5em;
}

View file

@ -19,7 +19,7 @@
}
.ve-init-mw-viewPageTarget-toolbar {
margin: -1.25em -1.5em 1.5em -1.5em;
margin: -1em -1em 1em -1em;
-webkit-transition: margin 200ms ease-out;
-moz-transition: margin 200ms ease-out;
-o-transition: margin 200ms ease-out;