[gnome-web-www] remove outline on current link



commit fe9e0fd1b0b5b451fdc2677302a90ec87b2e0d01
Author: Andreas Nilsson <anilsson redhat com>
Date:   Thu Jul 4 16:06:21 2013 +0200

    remove outline on current link

 theme/opw/css/main.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/theme/opw/css/main.css b/theme/opw/css/main.css
index 4adb25f..241e2be 100644
--- a/theme/opw/css/main.css
+++ b/theme/opw/css/main.css
@@ -22,6 +22,10 @@ strong {
     font-weight: bold;
 }
 
+a {
+    outline: 0;
+}
+
 a, .logo:hover {
     text-decoration: none;
     color: #20b2aa;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]