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

raeburn raeburn at source.lon-capa.org
Fri Sep 16 14:27:09 EDT 2016


raeburn		Fri Sep 16 18:27:09 2016 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	loncommon.pm 
  Log:
  - For 2.11
    - Backport two changes in 1.1205 not included in rev. 1.1075.2.112
      and one change in 1.1107.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1075.2.112 loncom/interface/loncommon.pm:1.1075.2.113
--- loncom/interface/loncommon.pm:1.1075.2.112	Thu Sep 15 04:18:38 2016
+++ loncom/interface/loncommon.pm	Fri Sep 16 18:27:07 2016
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1075.2.112 2016/09/15 04:18:38 raeburn Exp $
+# $Id: loncommon.pm,v 1.1075.2.113 2016/09/16 18:27:07 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -6993,7 +6993,6 @@
 ol.LC_primary_menu {
   margin: 0;
   padding: 0;
-  background-color: $pgbg_or_bgcolor;
 }
 
 ol#LC_PathBreadcrumbs {
@@ -7011,7 +7010,7 @@
   line-height: 1.5em;
 }
 
-ol.LC_primary_menu li a 
+ol.LC_primary_menu li a, 
 ol.LC_primary_menu li p {
   display: block;
   margin: 0;
@@ -7138,7 +7137,6 @@
   font-weight: bold;
   line-height: 1.8em;
   border-right: 1px solid black;
-  vertical-align: middle;
   float: left;
 }
 




More information about the LON-CAPA-cvs mailing list