[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm

onken onken@source.lon-capa.org
Thu, 18 Mar 2010 11:41:02 -0000


onken		Thu Mar 18 11:41:02 2010 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  Removes the focus outline after clicking to switch BiggerTabs.
  
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.957 loncom/interface/loncommon.pm:1.958
--- loncom/interface/loncommon.pm:1.957	Thu Mar 18 11:17:06 2010
+++ loncom/interface/loncommon.pm	Thu Mar 18 11:41:01 2010
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.957 2010/03/18 11:17:06 onken Exp $
+# $Id: loncommon.pm,v 1.958 2010/03/18 11:41:01 onken Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -6184,6 +6184,7 @@
   text-align: center;
   display: block;
   text-decoration: none;
+  outline: none;  
 }
 
 ul.LC_TabContentBigger li.active a {