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

raeburn raeburn at source.lon-capa.org
Thu Dec 27 09:37:47 EST 2012


raeburn		Thu Dec 27 14:37:47 2012 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	loncommon.pm 
  Log:
  - For 2.11.
    - css changes in 1.1075.2.4 added "float: left", so "clear: both" for
      same class now redundant. 
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1075.2.22 loncom/interface/loncommon.pm:1.1075.2.23
--- loncom/interface/loncommon.pm:1.1075.2.22	Sat Dec 22 16:03:25 2012
+++ loncom/interface/loncommon.pm	Thu Dec 27 14:37:46 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1075.2.22 2012/12/22 16:03:25 raeburn Exp $
+# $Id: loncommon.pm,v 1.1075.2.23 2012/12/27 14:37:46 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -6627,7 +6627,7 @@
 }
 
 ul#LC_secondary_menu {
-  clear: both;
+  clear: right;
   color: $fontmenu;
   background: $tabbg;
   list-style: none;




More information about the LON-CAPA-cvs mailing list