Diff for /loncom/interface/loncommon.pm between versions 1.748 and 1.751

version 1.748, 2009/02/14 12:20:10 version 1.751, 2009/02/19 10:58:56
Line 2810  sub aboutmewrapper { Line 2810  sub aboutmewrapper {
         return;          return;
     }      }
     return '<a href="/adm/'.$domain.'/'.$username.'/aboutme"'.      return '<a href="/adm/'.$domain.'/'.$username.'/aboutme"'.
  ($target?' target="$target"':'').' title="'.&mt("View this user's personal page").'">'.$link.'</a>';   ($target?' target="$target"':'').' title="'.&mt("View this user's personal information page").'">'.$link.'</a>';
 }  }
   
 # ------------------------------------------------------------ Syllabus Wrapper  # ------------------------------------------------------------ Syllabus Wrapper
Line 5726  ol#LC_PathBreadcrumbs li a{ Line 5726  ol#LC_PathBreadcrumbs li a{
 .LC_ContentBoxSpecial  .LC_ContentBoxSpecial
 {  {
  border: solid 1px $lg_border_color;   border: solid 1px $lg_border_color;
  max-width:70%;  
  min-width:70%;  
 }  }
 .LC_ContentBoxSpecialContactInfo  .LC_ContentBoxSpecialContactInfo
 {  {

Removed from v.1.748  
changed lines
  Added in v.1.751


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