--- loncom/interface/loncommon.pm 2008/12/15 16:37:44 1.718 +++ loncom/interface/loncommon.pm 2008/12/16 19:01:45 1.720 @@ -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.720 2008/12/16 19:01:45 ehlerst Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5702,6 +5702,27 @@ div.columnSection > .ContentBoxSpecial width: 400px; } +.ContentBoxSpecialTemplate +{ + border: solid 1px $lg_border_color; +} +.ContentBoxTemplate { + padding:10px; +} + +div.columnSection > .ContentBoxTemplate, +div.columnSection > .ContentBoxSpecialTemplate + { + width: 600px; + +} + +.clear{ + clear: both; + line-height: 0px; + font-size: 0px; + height: 0px; +} .LC_loginpage_container { text-align:left;