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

Commit

Permalink
drop subtitle; drop green non-button; hover border; mask [x]
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Lederer committed Dec 7, 2011
1 parent 484f040 commit c4424bd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
23 changes: 21 additions & 2 deletions app/assets/stylesheets/main.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,27 @@ footer {
}
}

form.new_battle {
position: relative;
}

form.new_battle:after {
content: " ";
position: absolute;
height: 20px;
width: 20px;
right: 36px;
top: 10px;
background: #fff;
}

.bannerimg {
width: 640px;
height: auto;
border: none;
}
border: 2px solid transparent;
position: relative;
}

.bannerimg:hover {
border-color: #46A546;
}
2 changes: 0 additions & 2 deletions app/views/battles/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
<br/>

<%= render :partial => 'bannerform', :locals => { :winner => @contenders[1], :loser => @contenders[0] } %>

<p><span class="label success">Click to cast your vote!</span></p>
</div>

<div class="span4">
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<div class="container">
<div class="page-header">
<h1 style="color: navy;">Personal Appeals <small>Hot or Not of the Wikipedia solicitors</small></h1>
<h1 style="color: navy;">Personal Appeals</h1>
</div>

<ul class="tabs">
Expand Down

0 comments on commit c4424bd

Please sign in to comment.