--- loncom/interface/loncommon.pm 2009/06/05 12:49:50 1.838 +++ loncom/interface/loncommon.pm 2009/06/07 20:17:15 1.839 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.838 2009/06/05 12:49:50 bisitz Exp $ +# $Id: loncommon.pm,v 1.839 2009/06/07 20:17:15 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4834,6 +4834,10 @@ table#LC_mainmenu td.LC_mainmenu_column margin: 0; padding: 0; } +/* Preliminary fix to hide breadcrumbs inside remote control window */ +#LC_remote #LC_head_subbox { + display:none; +} #LC_head_subbox2 { /* FIXME: replace by LC_head_subbox once lonhtmlcommon::breadcrumbs has been fixed */ clear:both;