[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Sun, 18 Nov 2007 21:19:20 -0000
albertel Sun Nov 18 16:19:20 2007 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
- in case the problem uses any floats make sure the post/send links end up below them.
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.615 loncom/interface/loncommon.pm:1.616
--- loncom/interface/loncommon.pm:1.615 Thu Nov 15 16:24:51 2007
+++ loncom/interface/loncommon.pm Sun Nov 18 16:19:16 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.615 2007/11/15 21:24:51 raeburn Exp $
+# $Id: loncommon.pm,v 1.616 2007/11/18 21:19:16 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4834,6 +4834,7 @@
font-weight: bold;
}
div.LC_feedback_link {
+ clear: both;
background: white;
width: 100%;
}