Fixed dashboard screenshot image

This commit is contained in:
Victoria Wang 2014-10-20 18:02:01 -07:00
parent 8a0d556fc7
commit fb437bf2cf
2 changed files with 8 additions and 2 deletions

View file

@ -105,6 +105,12 @@
-moz-background-size:cover;
-webkit-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 {
margin:0;padding:0;

View file

@ -19,10 +19,10 @@
<div class="header-Outro with-site-image">
<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">
<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>
</div>
</div>