[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm

amueller amueller@source.lon-capa.org
Tue, 21 Apr 2009 10:44:04 -0000


amueller		Tue Apr 21 10:44:04 2009 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  removed a style that I wrongly added on revision 1.783
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.787 loncom/interface/loncommon.pm:1.788
--- loncom/interface/loncommon.pm:1.787	Wed Apr 15 12:39:07 2009
+++ loncom/interface/loncommon.pm	Tue Apr 21 10:44:04 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.787 2009/04/15 12:39:07 bisitz Exp $
+# $Id: loncommon.pm,v 1.788 2009/04/21 10:44:04 amueller Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -6001,17 +6001,6 @@
 	vertical-align:middle;
 }
 
-/*
- This style is used for standard function lists, e.g. functions of Personal Information Page.
- It produces a horizontally aligned list with a bullet at the beginning of each function item.
- */
-.LC_fieldset_functions li {
-	float: right;
-	height: 35px;
-	background-color: blue; 
-	white-space: nowrap;
-	margin-left: 10px;	
-}
 
 a.LC_toolbarItem{
 	display:block;