Skip to content

Commit

Permalink
fixed some layout issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hamin committed Feb 6, 2012
1 parent 8702aa0 commit 721fc43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/index.erb
@@ -1,6 +1,6 @@
<div class="hero-unit">
<h1>Sp<img src="http://live.drjays.com/wp-content/uploads/2011/07/spotify-logo.png" width="42" height="42" />tify Water Cooler</h1>
<p>You can't <strong>beat</strong> office gossip!</p>
<p>Killing productivity...one <strong>beat</strong> at a time!</p>
<p></p>
</div>

Expand All @@ -11,9 +11,9 @@
<h2>Search For Track</h2>
<p>
<form id="search-form">
<fieldset>
<fieldset style="padding-top:0px;">
<div>
<div class="input">
<div class="input" style="margin-left:0px;">
<input class="xlarge" id="search" size="30" type="text" placeholder="Track Name"/>
<input type="submit" class="btn primary" value="Search">
</div>
Expand Down Expand Up @@ -49,7 +49,7 @@
<form id="login-form">
<fieldset>
<div>
<div class="input">
<div class="input" style="margin-left:0px;">
<input class="xlarge" id="login-nick" size="30" type="text" placeholder="Nickname"/>
<input type="submit" class="btn primary" value="Join">
</div>
Expand Down

0 comments on commit 721fc43

Please sign in to comment.