--- loncom/interface/loncommon.pm 2006/06/28 23:38:10 1.406 +++ loncom/interface/loncommon.pm 2006/06/29 18:43:33 1.408 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.406 2006/06/28 23:38:10 raeburn Exp $ +# $Id: loncommon.pm,v 1.408 2006/06/29 18:43:33 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3200,6 +3200,7 @@ table#LC_menubuttons img, table#LC_menub table#LC_top_nav td { background: $tabbg; border: 0px; + font-size: small; } table#LC_top_nav td a, div#LC_top_nav a { color: $font; @@ -3208,6 +3209,12 @@ 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; + white-space: nowrap; + font-weight: bold; +} +table#LC_top_nav td.LC_top_nav_logo img { + margin-left: 0.2em; + vertical-align: bottom; } table#LC_breadcrumbs td { background: $tabbg;