--- loncom/interface/loncommon.pm 2009/07/01 13:16:41 1.847 +++ loncom/interface/loncommon.pm 2009/07/02 15:55:08 1.849 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.847 2009/07/01 13:16:41 tempelho Exp $ +# $Id: loncommon.pm,v 1.849 2009/07/02 15:55:08 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6008,8 +6008,6 @@ ol#LC_PathBreadcrumbs li a { .LC_Box { border: solid 1px $lg_border_color; padding: 0 10px 10px 10px; - margin: 0; - clear: both; } .LC_AboutMe_Image { @@ -6388,7 +6386,8 @@ sub xml_begin { .''; } else { - $output=''; + $output='' + .''; } return $output; }