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

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 29 Jun 2006 16:03:40 -0000


albertel		Thu Jun 29 12:03:40 2006 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - decreasing the size of the top_nav elements
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.406 loncom/interface/loncommon.pm:1.407
--- loncom/interface/loncommon.pm:1.406	Wed Jun 28 19:38:10 2006
+++ loncom/interface/loncommon.pm	Thu Jun 29 12:03:39 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.406 2006/06/28 23:38:10 raeburn Exp $
+# $Id: loncommon.pm,v 1.407 2006/06/29 16:03:39 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3200,6 +3200,7 @@
 table#LC_top_nav td {
   background: $tabbg;
   border: 0px;
+  font-size: small;
 }
 table#LC_top_nav td a, div#LC_top_nav a {
   color: $font;