Skip to content

Commit

Permalink
Fixed screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
voloko committed Mar 25, 2009
1 parent 654759e commit 6dc3c41
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 5 deletions.
51 changes: 49 additions & 2 deletions public/css/master.css
Expand Up @@ -60,15 +60,62 @@ h3 i
background-repeat: no-repeat;
height: 627px;
margin-bottom: 30px;
font-size: 0.8em;
line-height: 1.3em;
position: relative;
left: 0; top: 0;
}

.promo .slogan
{
position: absolute;
left: 0;
top: 62px;
}

.promo .q1,
.promo .q2,
.promo .q3
{
position: absolute;
text-align: right;
width: 210px;
left: 0;
top: 194px;
}

.promo .q2
{
top: 370px;
}

.promo .q3
{
top: 518px;
}

#mac .promo .q1
{
top: 167px;
}

#mac .promo .q2
{
top: 342px;
}

#mac .promo .q3
{
top: 512px;
}

.promo_win
#win .promo
{
background: url(../i/win/promo.png);
background-repeat: no-repeat;
}

.promo_win-chrome
#win-chrome .promo
{
background: url(../i/win-chrome/promo.png);
background-repeat: no-repeat;
Expand Down
Binary file modified public/i/promo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/i/win-chrome/promo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/i/win/promo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions public/index.html
Expand Up @@ -72,9 +72,15 @@ <h1>Rails <b>S</b>ea<b>rch</b>able API Doc <sup>alpha :)</sup></h1>
Internet Explorer is currently unsupported
</div>
</div>
<div class="promo promo_mac mac"></div>
<div class="promo promo_win win"></div>
<div class="promo promo_win-chrome win-chrome"></div>
<div class="promo">
<div class="slogan">
<b>Find</b> functions, classes and files<br />
Exact match is unnecessary
</div>
<div class="q1">Starts with query</div>
<div class="q2">Contains query</div>
<div class="q3">Smart match</div>
</div>

<div class="features">
<h2>Features</h2>
Expand Down

0 comments on commit 6dc3c41

Please sign in to comment.