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

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 03 Jul 2006 01:32:50 -0000


albertel		Sun Jul  2 21:32:50 2006 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - BUG#4905 page header font too big
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.415 loncom/interface/loncommon.pm:1.416
--- loncom/interface/loncommon.pm:1.415	Sun Jul  2 20:46:00 2006
+++ loncom/interface/loncommon.pm	Sun Jul  2 21:32:50 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.415 2006/07/03 00:46:00 albertel Exp $
+# $Id: loncommon.pm,v 1.416 2006/07/03 01:32:50 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3179,7 +3179,7 @@
   text-align: right;
 }
 span.LC_title_bar_title {
-  font: bold xx-large $sans;
+  font: bold x-large $sans;
 }
 table#LC_title_bar td.LC_title_bar_domain_logo {
   background: $sidebg;