--- loncom/interface/loncommon.pm 2009/03/27 04:59:30 1.781 +++ loncom/interface/loncommon.pm 2009/03/27 12:26:10 1.782 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.781 2009/03/27 04:59:30 raeburn Exp $ +# $Id: loncommon.pm,v 1.782 2009/03/27 12:26:10 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6003,6 +6003,13 @@ a.LC_toolbarItem{ background-color:transparent; } +ul.LC_functionslist li { + float: left; + white-space: nowrap; + height: 35px; /* at least as high as heighest list item */ + margin: 0px 15px 15px 10px; +} + END }