Diff for /loncom/interface/loncommon.pm between versions 1.422 and 1.423

version 1.422, 2006/07/07 15:54:15 version 1.423, 2006/07/07 16:48:21
Line 3516  table.LC_notify_front_page { Line 3516  table.LC_notify_front_page {
 table.LC_notify_front_page td {  table.LC_notify_front_page td {
   padding: 8px;    padding: 8px;
 }  }
   .LC_topic_bar {
     font-family: $sans;
     font-weight: bold;
     width: 100%;
     background: $tabbg;
     vertical-align: middle;
     margin: 2ex 0ex 2ex 0ex;
   }
   .LC_topic_bar span {
     vertical-align: middle;
   }
   .LC_topic_bar img {
     vertical-align: bottom;
   }
   table.LC_course_group_status {
     margin: 20px;
   }
   table.LC_status_selector td {
     vertical-align: top;
     text-align: center;
    padding: 4px;
   }
   
 END  END
 }  }

Removed from v.1.422  
changed lines
  Added in v.1.423


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