davemds pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=a44b754d187f2b6c0fe741fe17e2816a456ad824
commit a44b754d187f2b6c0fe741fe17e2816a456ad824 Author: davemds <[email protected]> Date: Sat Mar 8 22:56:05 2014 +0100 website: remove the dotted rect around clicked links --- public_html/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public_html/style.css b/public_html/style.css index ed916a1..b3f0a58 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -116,6 +116,10 @@ p { padding: 0; } +a { + outline: 0; +} + a:link { color : #3399ff; text-decoration : underline; @@ -128,7 +132,7 @@ a:visited { text-shadow : 0px 0px 10px rgba(0.2,0.6,1.0,1.0); } -a:active { +a:active, a:focus { color : #ffffff; text-decoration : none; } --
