--- loncom/interface/loncommon.pm 2008/12/11 18:46:14 1.692.2.3 +++ loncom/interface/loncommon.pm 2008/12/15 08:28:23 1.692.2.5 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.692.2.3 2008/12/11 18:46:14 raeburn Exp $ +# $Id: loncommon.pm,v 1.692.2.5 2008/12/15 08:28:23 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4669,6 +4669,10 @@ td.LC_menubuttons_img { font-size: smaller; } +.LC_mail_functions { + font-weight: bold; +} + table.LC_aboutme_port { border: 0px; border-collapse: collapse; @@ -5482,6 +5486,11 @@ fieldset#LC_mainmenu_fieldset { margin:0px 10px 10px 0px; } + +div.LC_createcourse { + margin: 10px 10px 10px 10px; +} + END }