mirror of
https://github.com/neocities/neocities.git
synced 2025-08-12 12:29:26 +02:00
Fixed dashboard screenshot image
This commit is contained in:
parent
8a0d556fc7
commit
fb437bf2cf
2 changed files with 8 additions and 2 deletions
|
@ -105,6 +105,12 @@
|
||||||
-moz-background-size:cover;
|
-moz-background-size:cover;
|
||||||
-webkit-background-size:cover;
|
-webkit-background-size:cover;
|
||||||
background-size:cover;
|
background-size:cover;
|
||||||
|
background-position: center top;
|
||||||
|
}
|
||||||
|
.interior .header-Outro .screenshot.dashboard {
|
||||||
|
width: 249px;
|
||||||
|
background-size: 249px;
|
||||||
|
height: 143px;
|
||||||
}
|
}
|
||||||
.interior .header-Outro ul {
|
.interior .header-Outro ul {
|
||||||
margin:0;padding:0;
|
margin:0;padding:0;
|
||||||
|
|
|
@ -19,10 +19,10 @@
|
||||||
<div class="header-Outro with-site-image">
|
<div class="header-Outro with-site-image">
|
||||||
<div class="row content wide">
|
<div class="row content wide">
|
||||||
|
|
||||||
<div class="col col-50 signup-Area" style="width: 289px;">
|
<div class="col col-50 signup-Area" style="width: 293px;">
|
||||||
<div class="signup-Form">
|
<div class="signup-Form">
|
||||||
<fieldset class="content">
|
<fieldset class="content">
|
||||||
<img class="screenshot" src="<%= current_site.screenshot_url('index.html', '540x405') %>">
|
<a href="/surf/<%= current_site.username %>" class="screenshot dashboard" style="background-image:url(<%= current_site.screenshot_url('index.html', '540x405') %>);"></a>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue