Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz committed Mar 10, 2011
1 parent a6ce67d commit 019b6d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ html, body {
}

#head {
height: 100px;
padding-top: 50px;
padding-left: 150px;
height: 115px;
padding-top: 35px;
padding-left: 170px;
background: url("/images/logo.png") left center no-repeat;
}

Expand Down
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div id="vail"><span id="vailmsg">We're finding a room for you...</span></div>
<div id="wrap">
<div id="head">
<a href="http://nowjs.com"><img src="/images/by.png" id="by"></a>
<a href="http://nowjs.com" target="_blank"><img src="/images/by.png" id="by"></a>
</div>
<div id="main">
<div id="instruments">
Expand Down

0 comments on commit 019b6d4

Please sign in to comment.