--- loncom/interface/loncommon.pm 2006/06/23 02:56:29 1.392 +++ loncom/interface/loncommon.pm 2006/06/23 03:00:53 1.393 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.392 2006/06/23 02:56:29 albertel Exp $ +# $Id: loncommon.pm,v 1.393 2006/06/23 03:00:53 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3146,7 +3146,8 @@ table#LC_top_nav, table#LC_menubuttons { border-collapse: seperate; } -table#LC_title_bar, table#LC_breadcrumbs, table#LC_nav_location { +table#LC_title_bar, table#LC_breadcrumbs, table#LC_nav_location, +table#LC_title_bar.LC_with_remote { width: 100%; border-color: $pgbg; border-style: solid; @@ -3157,14 +3158,6 @@ table#LC_title_bar, table#LC_breadcrumbs border-collapse: collapse; } -table#LC_title_bar.LC_with_remote { - width: 100%; - border: 0; - border-spacing: 0; - background: $pgbg; - font-family: $sans; - border-collapse: collapse; -} table#LC_title_bar td { padding: 3px; background: $tabbg;