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

harmsja harmsja@source.lon-capa.org
Thu, 04 Dec 2008 13:39:47 -0000


harmsja		Thu Dec  4 13:39:47 2008 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  removed some styles which are never used in the system
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.705 loncom/interface/loncommon.pm:1.706
--- loncom/interface/loncommon.pm:1.705	Thu Dec  4 08:56:28 2008
+++ loncom/interface/loncommon.pm	Thu Dec  4 13:39:47 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.705 2008/12/04 08:56:28 tempelho Exp $
+# $Id: loncommon.pm,v 1.706 2008/12/04 13:39:47 harmsja Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -4545,21 +4545,15 @@
   padding: 0px;
 }
 
-table#LC_menubuttons_mainmenu {
-  width: 100%;
-  border: 0px;
-  border-spacing: 1px;
-  padding: 0px 1px;
-  margin: 0px;
-  border-collapse: separate;
-}
-table#LC_menubuttons img, table#LC_menubuttons_mainmenu img {
+table#LC_menubuttons img{
   border: 0px;
 }
 table#LC_top_nav td {
   background: $tabbg;
   border: 0px;
   font-size: small;
+  vertical-align:top;
+  padding:2px 5px 2px 5px;
 }
 table#LC_top_nav td a, div#LC_top_nav a {
   color: $font;
@@ -4646,8 +4640,8 @@
 td.LC_menubuttons_text {
  	color: $font; 	
 }
-td.LC_menubuttons_img {
-}
+
+
 
 .LC_current_location {
   font-family: $sans;
@@ -5487,10 +5481,7 @@
   font-size: small;
   font-weight: bold;
 }
-fieldset#LC_mainmenu_fieldset {
-  margin:0px 10px 10px 0px;
 
-}
 /* ---- Remove when done ----
 # The following styles is part of the redesign of LON-CAPA and are
 # subject to change during this project.