mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Merge branch 'v2' of github.com:neocities/neocities into v2
This commit is contained in:
commit
5db702cf14
2 changed files with 8 additions and 5 deletions
|
@ -93,11 +93,14 @@
|
||||||
box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.10);
|
box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.10);
|
||||||
border: 4px solid white;
|
border: 4px solid white;
|
||||||
}
|
}
|
||||||
.interior .signup-Area.large img {
|
|
||||||
border: 6px solid white;
|
|
||||||
}
|
|
||||||
.interior .header-Outro .screenshot {
|
.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 {
|
.interior .header-Outro ul {
|
||||||
margin:0;padding:0;
|
margin:0;padding:0;
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<div class="col col-50 signup-Area large">
|
<div class="col col-50 signup-Area large">
|
||||||
<div class="signup-Form">
|
<div class="signup-Form">
|
||||||
<fieldset class="content">
|
<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>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue