Skip to content

Commit

Permalink
Make the search again link more "buttony"
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed Jun 20, 2012
1 parent 3775dfe commit cf78134
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions templates/stop.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,17 @@
color:#333;
}
p.back {
margin-top: 30px;
margin-bottom: 50px;
padding: 0.5em 0;
font-size:0.6em;
text-align:center;
color:#333;
}
p.back a {
color: #ddd;
display: block;
padding: 1em 0;
color: #ddd;
text-decoration: none;
background-color: #151515;
}
</style>
<script type="text/javascript" charset="utf-8">
Expand Down

0 comments on commit cf78134

Please sign in to comment.