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

version 1.747, 2009/02/13 18:56:13 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
 {  {
Line 5895  div.LC_columnSection > .ContentBoxSpecia Line 5893  div.LC_columnSection > .ContentBoxSpecia
  border-bottom: 1px solid #CCCCCC;   border-bottom: 1px solid #CCCCCC;
 }  }
   
   table em{
    font-weight:bold;
    font-style:normal;
   }
   
 END  END
 }  }
   

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


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