Merge branch 'v2' of github.com:neocities/neocities into v2

This commit is contained in:
Kyle Drake 2014-10-13 18:24:21 -07:00
commit 5db702cf14
2 changed files with 8 additions and 5 deletions

View file

@ -93,11 +93,14 @@
box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.10);
border: 4px solid white;
}
.interior .signup-Area.large img {
border: 6px solid white;
}
.interior .header-Outro .screenshot {
width:235px;height:141px;
width: 357px;
height: 212px;
display: block;
border: 6px solid white;
-moz-background-size:cover;
-webkit-background-size:cover;
background-size:cover;
}
.interior .header-Outro ul {
margin:0;padding:0;

View file

@ -14,7 +14,7 @@
<div class="col col-50 signup-Area large">
<div class="signup-Form">
<fieldset class="content">
<a href="//<%= site.host %>"><img class="screenshot" src="<%= site.screenshot_url('index.html', '540x405') %>"></a>
<a href="//<%= site.host %>" class="screenshot" style="background-image:url(<%= site.screenshot_url('index.html', '540x405') %>);"></a>
</fieldset>
</div>
</div>