Diff for /loncom/interface/loncommon.pm between versions 1.430 and 1.432

version 1.430, 2006/07/18 21:55:24 version 1.432, 2006/07/19 10:52:27
Line 832  function writeHelp(caller) { Line 832  function writeHelp(caller) {
 // END LON-CAPA Internal -->  // END LON-CAPA Internal -->
  </script>   </script>
 $banner_link  $banner_link
  <a href="$link" title="$title">$text<img src="$helpicon" border="0" alt="(Help Menu)" /></a>   <a href="$link" title="$title">$text</a>
 ENDTEMPLATE  ENDTEMPLATE
     return $template;      return $template;
 }  }
Line 3262  table#LC_top_nav td a, div#LC_top_nav a Line 3262  table#LC_top_nav td a, div#LC_top_nav a
 }  }
 table#LC_top_nav td.LC_top_nav_logo {  table#LC_top_nav td.LC_top_nav_logo {
   background: $tabbg;    background: $tabbg;
   text-align: right;    text-align: left;
   white-space: nowrap;    white-space: nowrap;
   font-weight: bold;    width: 31px;
 }  }
 table#LC_top_nav td.LC_top_nav_logo img {  table#LC_top_nav td.LC_top_nav_logo img {
   margin-left: 0.2em;    border: 0px;
   vertical-align: bottom;    vertical-align: bottom;
 }  }
   table#LC_top_nav td.LC_top_nav_exit,
   table#LC_top_nav td.LC_top_nav_help {
     width: 2.0em;
   }
 table.LC_breadcrumbs td, table.LC_docs_path td  {  table.LC_breadcrumbs td, table.LC_docs_path td  {
   background: $tabbg;    background: $tabbg;
   color: $font;    color: $font;

Removed from v.1.430  
changed lines
  Added in v.1.432


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