--- loncom/interface/loncommon.pm 2009/06/17 15:27:14 1.845 +++ loncom/interface/loncommon.pm 2009/06/30 10:18:52 1.846 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.845 2009/06/17 15:27:14 bisitz Exp $ +# $Id: loncommon.pm,v 1.846 2009/06/30 10:18:52 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4605,6 +4605,14 @@ a:focus { background: yellow } +hr { + clear: both; + color: $tabbg; + background-color: $tabbg; + height: 3px; + border: none; +} + form, .inline { display: inline; } @@ -5728,14 +5736,6 @@ div.LC_edit_problem_saves { padding-bottom: 5px; } -hr.LC_edit_problem_divide { - clear: both; - color: $tabbg; - background-color: $tabbg; - height: 3px; - border: none; -} - img.stift{ border-width: 0; vertical-align: middle;