Merge branch 'master' of github.com:sharelatex/web-sharelatex

This commit is contained in:
James Allen 2015-02-10 11:38:43 +00:00
commit 01cf220d57

View file

@ -2,6 +2,7 @@
padding: @line-height-computed / 2; padding: @line-height-computed / 2;
background-color: @gray-lightest; background-color: @gray-lightest;
text-align: center; text-align: center;
overflow: auto;
img { img {
max-width: 100%; max-width: 100%;
max-height: 90%; max-height: 90%;
@ -17,4 +18,4 @@
color: @gray; color: @gray;
} }
} }