Diff for /loncom/interface/loncommon.pm between versions 1.752 and 1.754

version 1.752, 2009/02/22 18:30:27 version 1.754, 2009/02/25 10:04:20
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 information page").'">'.$link.'</a>';   ($target?' target="$target"':'').' title="'.&mt("View this user's personal 
   homepage").'">'.$link.'</a>';
 }  }
   
 # ------------------------------------------------------------ Syllabus Wrapper  # ------------------------------------------------------------ Syllabus Wrapper
Line 5833  div.LC_columnSection > .ContentBoxSpecia Line 5834  div.LC_columnSection > .ContentBoxSpecia
         {          {
         width: 600px;          width: 600px;
 }  }
   
 .clear{  .clear{
  clear: both;   clear: both;
  line-height: 0px;   line-height: 0px;
Line 5881  div.LC_columnSection > .ContentBoxSpecia Line 5883  div.LC_columnSection > .ContentBoxSpecia
 }  }
   
 .LC_loginpage_space {  .LC_loginpage_space {
  clear:both;   clear: both;
  margin-bottom:20px;   margin-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;   border-bottom: 1px solid #CCCCCC;
 }  }
   
 table em{  table em{
  font-weight:bold;   font-weight: bold;
  font-style:normal;   font-style: normal;
   }
   
   table#LC_tableOfContent{
    border-collapse: collapse;
    border-spacing: 0;
    padding: 3px;
    border: 0;
    background-color: #FFFFFF;
    font-size: 90%;
   }
   table#LC_tableOfContent a {
    text-decoration: none;
 }  }
   
   table#LC_tableOfContent tr.LC_trOdd{
    background-color: #EEEEEE;
   }
   
   table#LC_tableOfContent img{
    border: none;
    height: 1.3em;
    vertical-align: text-bottom;
    margin-right: 0.3em;
   }
 END  END
 }  }
   

Removed from v.1.752  
changed lines
  Added in v.1.754


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