remove preview header and add margin to iframe

This commit is contained in:
Kyle Drake 2016-04-19 21:23:37 -07:00
parent 33c7eee1f4
commit cca04adb80

View file

@ -15,7 +15,8 @@
$(document).ready(function() {
$('#editor').css('display', 'none')
$('.editor-heading').css('display', 'none')
$('h3 #sitePreview').css('display', 'none')
$('h3#sitePreview').css('display', 'none')
$('.preview').css('margin-top', '50px')
$('#saveToSite').on('click', function() {
$.ajax({