mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
adjust margin
This commit is contained in:
parent
c09c12ced4
commit
f368486e7a
2 changed files with 2 additions and 2 deletions
|
@ -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({
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<div class="col col-40 interact">
|
||||
<% if request.path =~ /\/html\/9/ %>
|
||||
<div style="padding-bottom:15px; float: left">
|
||||
<div style="float: left">
|
||||
<a href="#" id="saveToSite" class="btn btn-Action float-Left" style="margin-right: 7px">Save new index.html to <%= current_site.username %>.neocities.org</a>
|
||||
<a href="/tutorial/html/10" class="btn cancel float-Left">Don't Save</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue