[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface loncommon.pm
raeburn
raeburn at source.lon-capa.org
Tue Jul 30 07:10:57 EDT 2019
raeburn Tue Jul 30 11:10:57 2019 EDT
Modified files: (Branch: version_2_11_X)
/loncom/interface loncommon.pm
Log:
- For 2.11
Backport 1.1286
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1075.2.133 loncom/interface/loncommon.pm:1.1075.2.134
--- loncom/interface/loncommon.pm:1.1075.2.133 Sun Jul 28 14:05:38 2019
+++ loncom/interface/loncommon.pm Tue Jul 30 11:10:55 2019
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1075.2.133 2019/07/28 14:05:38 raeburn Exp $
+# $Id: loncommon.pm,v 1.1075.2.134 2019/07/30 11:10:55 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -6084,6 +6084,11 @@
background: $tabbg;
}
+td.LC_zero_height {
+ line-height: 0;
+ cellpadding: 0;
+}
+
table.LC_data_table {
border: 1px solid #000000;
border-collapse: separate;
@@ -6756,6 +6761,7 @@
color: #990000;
}
+.LC_domprefs_email,
.LC_docs_reinit_warn,
.LC_docs_ext_edit {
font-size: x-small;
More information about the LON-CAPA-cvs
mailing list