--- loncom/interface/loncommon.pm	2006/07/19 08:36:11	1.431
+++ loncom/interface/loncommon.pm	2006/07/19 10:52:27	1.432
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.431 2006/07/19 08:36:11 albertel Exp $
+# $Id: loncommon.pm,v 1.432 2006/07/19 10:52:27 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3262,14 +3262,18 @@ table#LC_top_nav td a, div#LC_top_nav a
 }
 table#LC_top_nav td.LC_top_nav_logo {
   background: $tabbg;
-  text-align: right;
+  text-align: left;
   white-space: nowrap;
-  font-weight: bold;
+  width: 31px;
 }
 table#LC_top_nav td.LC_top_nav_logo img {
-  margin-left: 0.2em;
+  border: 0px;
   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  {
   background: $tabbg;
   color: $font;