[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
bisitz
bisitz@source.lon-capa.org
Sat, 26 Sep 2009 21:46:38 -0000
bisitz Sat Sep 26 21:46:38 2009 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
Bug 6007: Removed special styles for <hr> to achieve normal display of tth formulas.
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.890 loncom/interface/loncommon.pm:1.891
--- loncom/interface/loncommon.pm:1.890 Fri Sep 25 13:51:58 2009
+++ loncom/interface/loncommon.pm Sat Sep 26 21:46:38 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.890 2009/09/25 13:51:58 droeschl Exp $
+# $Id: loncommon.pm,v 1.891 2009/09/26 21:46:38 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4653,14 +4653,6 @@
background: yellow
}
-hr {
- clear: both;
- color: $tabbg;
- background-color: $tabbg;
- height: 3px;
- border: none;
-}
-
form, .inline {
display: inline;
}