From 3890a798981a68abe075339e91d2a965e2fd6545 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Tue, 9 Aug 2011 12:31:37 -0600 Subject: [PATCH] fix link color on developer page, white on white is hard to read. --- browserid/static/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/browserid/static/css/style.css b/browserid/static/css/style.css index 0a94ef5ea..9944eb290 100644 --- a/browserid/static/css/style.css +++ b/browserid/static/css/style.css @@ -181,6 +181,12 @@ footer .copyright { padding: 0; } +#steps a { + color: #666; + text-decoration: none; + border-bottom: 1px dotted #666; +} + .step { margin: 1em 0 2em 0; padding: 0 0 0 50px; @@ -222,7 +228,7 @@ footer .copyright { font-size: 1.2em; } - pre code { +pre code { padding: 10px 15px 10px 15px; margin: .75em; -webkit-border-radius: 10px; -- GitLab