[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 22 Jun 2006 20:31:58 -0000
albertel Thu Jun 22 16:31:58 2006 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
- add teh cell paddding back in
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.389 loncom/interface/loncommon.pm:1.390
--- loncom/interface/loncommon.pm:1.389 Thu Jun 22 16:09:51 2006
+++ loncom/interface/loncommon.pm Thu Jun 22 16:31:56 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.389 2006/06/22 20:09:51 albertel Exp $
+# $Id: loncommon.pm,v 1.390 2006/06/22 20:31:56 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3339,6 +3339,9 @@
table#LC_browser tr th {
background: #DDDDDD;
}
+table#LC_browser tr td {
+ padding: 2px;
+}
table#LC_browser tr.LC_browser_file,
table#LC_browser tr.LC_browser_file_published {
background: #CCFF88;