--- loncom/interface/loncommon.pm 2010/04/12 15:05:45 1.964 +++ loncom/interface/loncommon.pm 2010/04/19 09:22:13 1.965 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.964 2010/04/12 15:05:45 droeschl Exp $ +# $Id: loncommon.pm,v 1.965 2010/04/19 09:22:13 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6041,6 +6041,11 @@ fieldset > legend { font-style: normal; } +/* Preliminary fix to hide nav_bar inside bookmarks window */ +#LC_bookmarks #LC_nav_bar { + display:none; +} + ol.LC_primary_menu { float: right; margin: 0;