From cf78134344317e5dbb0c8a10547ab79a1a4ef84b Mon Sep 17 00:00:00 2001 From: James Wheare Date: Wed, 20 Jun 2012 12:07:22 +0100 Subject: [PATCH] Make the search again link more "buttony" --- templates/stop.erb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/templates/stop.erb b/templates/stop.erb index eec4cea..5b1d2d4 100644 --- a/templates/stop.erb +++ b/templates/stop.erb @@ -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; }