Diff for /loncom/interface/loncommon.pm between versions 1.761 and 1.762

version 1.761, 2009/03/03 16:57:24 version 1.762, 2009/03/04 12:43:31
Line 4244  $realm  Line 4244  $realm 
 </td>  </td>
 ENDROLE  ENDROLE
   
     my $titleinfo = '<span class="LC_title_bar_title">'.$title.'</span>';      my $titleinfo = '<h1>'.$title.'</h1>';
     if ($customtitle) {      if ($customtitle) {
         $titleinfo = $customtitle;          $titleinfo = $customtitle;
     }      }
Line 4611  table#LC_title_bar td.LC_title_bar_who { Line 4611  table#LC_title_bar td.LC_title_bar_who {
 span.LC_metadata {  span.LC_metadata {
     font-family: $sans;      font-family: $sans;
 }  }
 span.LC_title_bar_title {  
   font: bold x-large $sans;  
 }  
 table#LC_title_bar td.LC_title_bar_domain_logo {  table#LC_title_bar td.LC_title_bar_domain_logo {
   background: $sidebg;    background: $sidebg;
   text-align: right;    text-align: right;

Removed from v.1.761  
changed lines
  Added in v.1.762


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