From 6422da47b60fdd328d78c81095d25e98a9321856 Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Tue, 19 Jul 2011 15:05:18 -0700 Subject: [PATCH] Adding the dotted underline to cancelling button --- browserid/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browserid/static/css/style.css b/browserid/static/css/style.css index 79ef33c68..0a94ef5ea 100644 --- a/browserid/static/css/style.css +++ b/browserid/static/css/style.css @@ -112,7 +112,7 @@ header > #manageLink:hover { text-align: center; } -.why a { +.why a, #cancellink { color: #666; text-decoration: none; border-bottom: 1px dotted black; -- GitLab