--- loncom/interface/loncommon.pm 2008/12/15 16:37:44 1.718 +++ loncom/interface/loncommon.pm 2008/12/16 10:41:02 1.719 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.718 2008/12/15 16:37:44 raeburn Exp $ +# $Id: loncommon.pm,v 1.719 2008/12/16 10:41:02 ehlerst Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5702,6 +5702,21 @@ div.columnSection > .ContentBoxSpecial width: 400px; } +.ContentBoxSpecialTemplate +{ + border: solid 1px $lg_border_color; +} +.ContentBoxTemplate { + padding:10px; +} + +div.columnSection > .ContentBoxTemplate, +div.columnSection > .ContentBoxSpecialTemplate + { + width: 600px; + +} + .LC_loginpage_container { text-align:left;