--- loncom/interface/loncommon.pm 2009/09/25 13:51:58 1.890 +++ loncom/interface/loncommon.pm 2009/09/27 15:27:26 1.892 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.890 2009/09/25 13:51:58 droeschl Exp $ +# $Id: loncommon.pm,v 1.892 2009/09/27 15:27:26 amueller Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2964,7 +2964,7 @@ sub aboutmewrapper { if (!defined($username) && !defined($domain)) { return; } - return ''.$link.''; } @@ -4653,14 +4653,6 @@ a:focus { background: yellow } -hr { - clear: both; - color: $tabbg; - background-color: $tabbg; - height: 3px; - border: none; -} - form, .inline { display: inline; }