Merge pull request #1595 from ether/safari-rtl-fix

fix safari rtl dissapearing pad
pull/1596/head
John McLear 2013-03-06 06:51:22 -08:00
commit 29d8482ce7
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ a img {
width: 100%;
padding: 0;
margin: 0;
left: 0; /* Required for safari fixes RTL */
}
#editorloadingbox {
padding-top: 100px;