--- loncom/interface/loncommon.pm 2006/07/18 21:55:24 1.430
+++ 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.430 2006/07/18 21:55:24 albertel Exp $
+# $Id: loncommon.pm,v 1.432 2006/07/19 10:52:27 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -832,7 +832,7 @@ function writeHelp(caller) {
// END LON-CAPA Internal -->
$banner_link
- $text
+ $text
ENDTEMPLATE
return $template;
}
@@ -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;