From f368486e7a9a8a50f886e7c419275d069e28def2 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Tue, 19 Apr 2016 21:49:28 -0700 Subject: [PATCH] adjust margin --- views/tutorial/html/9.erb | 2 +- views/tutorial/layout.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/tutorial/html/9.erb b/views/tutorial/html/9.erb index 86c96cbc..5ea48c35 100644 --- a/views/tutorial/html/9.erb +++ b/views/tutorial/html/9.erb @@ -16,7 +16,7 @@ $('#editor').css('display', 'none') $('.editor-heading').css('display', 'none') $('h3#sitePreview').css('display', 'none') - $('.preview').css('margin-top', '50px') + $('.preview').css('margin-top', '20px') $('#saveToSite').on('click', function() { $.ajax({ diff --git a/views/tutorial/layout.erb b/views/tutorial/layout.erb index 3b05049f..9e84de8a 100644 --- a/views/tutorial/layout.erb +++ b/views/tutorial/layout.erb @@ -16,7 +16,7 @@
<% if request.path =~ /\/html\/9/ %> -
+
Save new index.html to <%= current_site.username %>.neocities.org Don't Save