Diff for /loncom/interface/loncommon.pm between versions 1.925 and 1.927

version 1.925, 2009/12/03 17:50:42 version 1.927, 2009/12/16 01:42:46
Line 4545  sub bodytag { Line 4545  sub bodytag {
             return $bodytag;              return $bodytag;
         }          }
   
         $bodytag .= qq|<div id="LC_nav_bar">$name $role</div>|;          unless ($env{'request.symb'} =~ m/\.page___\d+___/) {
               $bodytag .= qq|<div id="LC_nav_bar">$name $role</div>|;
           }
   
         $bodytag .= Apache::lonhtmlcommon::scripttag(          $bodytag .= Apache::lonhtmlcommon::scripttag(
             Apache::lonmenu::utilityfunctions(), 'start');              Apache::lonmenu::utilityfunctions(), 'start');
Line 5515  table.LC_notify_front_page td { Line 5517  table.LC_notify_front_page td {
   font-size: 1.2em;    font-size: 1.2em;
 }  }
   
 .LC_topic_bar img {  
   vertical-align: bottom;  
 }  
   
 table.LC_course_group_status {  table.LC_course_group_status {
   margin: 20px;    margin: 20px;
 }  }

Removed from v.1.925  
changed lines
  Added in v.1.927


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>