Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
wellecks committed Sep 16, 2012
1 parent 9265ce3 commit 974fae5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/css/custom.css
Expand Up @@ -33,7 +33,7 @@ h1{
}

#footer{
margin-top: 100px;
margin-top: 10px;
}

.modal {
Expand Down
5 changes: 4 additions & 1 deletion templates/index.html
Expand Up @@ -94,7 +94,10 @@ <h1>

<footer id="footer">
<div class="inner-wrap" style="text-align:center;">
<small class="copyright">&copy;2012&nbsp;&nbsp;&middot;&nbsp;&nbsp;Created at PennApps</small>
<small class="copyright">
Sean Welleck&nbsp;&nbsp;&middot;&nbsp;&nbsp;Matt Rosenberg&nbsp;&nbsp;&middot;&nbsp;&nbsp;Varant Zanoyan&nbsp;&nbsp;&middot;&nbsp;&nbsp;Mishal Awadah<br/>
&copy;2012&nbsp;&nbsp;&middot;&nbsp;&nbsp;Created at PennApps
</small>

</div>
</footer><!-- end footer -->
Expand Down
1 change: 0 additions & 1 deletion watir.rb
Expand Up @@ -100,7 +100,6 @@ def scrape_pandora(username, password)
add_to_mongo(songs)

headless.destroy
browser.close
puts "Done!"
return songs
end
Expand Down

0 comments on commit 974fae5

Please sign in to comment.