Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
moving legs
Browse files Browse the repository at this point in the history
  • Loading branch information
grobie committed Sep 25, 2011
1 parent c628d16 commit 0804554
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 9 additions & 1 deletion public/css/general.css
Expand Up @@ -47,6 +47,7 @@ html, body {;
margin: 0 0 15px 0;
}
.question .content {
padding: 20px;
border: 2px solid black;
background-color: white;
}
Expand Down Expand Up @@ -90,8 +91,15 @@ input.text {
}

.legs {
margin: 0 0 0 120px;
z-index: 1000;
position: relative;
display: block;
margin-left: 100px;
}
.logobottom {
display: block;
}

#tries {
width: 252px;
height: 128px;
Expand Down
6 changes: 4 additions & 2 deletions views/active.erb
@@ -1,6 +1,8 @@
<div id="left">
<img src="/images/logo_top_transp.png" class="legs" />
<a href="/"><img src="/images/logo_bottom.png" class="logo" /></a>
<div id="legs">
<img src="/images/logo_top_transp.png" class="legs" />
<a href="/" class="logobottom" style="margin-top: <%= -135 + (@round.question_number * 15) %>px"><img src="/images/logo_bottom.png" /></a>
</div>

<div id="tries">
<span class="small">you're hanging</span>
Expand Down

0 comments on commit 0804554

Please sign in to comment.