--- loncom/interface/loncommon.pm 2009/03/09 18:06:32 1.767 +++ loncom/interface/loncommon.pm 2009/03/17 16:11:52 1.768 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.767 2009/03/09 18:06:32 droeschl Exp $ +# $Id: loncommon.pm,v 1.768 2009/03/17 16:11:52 schulted Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5910,7 +5910,7 @@ table em{ font-style: normal; } -table#LC_tableOfContent{ +table.LC_tableOfContent{ border-collapse: collapse; border-spacing: 0; padding: 3px; @@ -5918,15 +5918,16 @@ table#LC_tableOfContent{ background-color: #FFFFFF; font-size: 90%; } -table#LC_tableOfContent a { +table.LC_tableOfContent a { + background-color:transparent; text-decoration: none; } -table#LC_tableOfContent tr.LC_trOdd{ +table.LC_tableOfContent tr.LC_trOdd{ background-color: #EEEEEE; } -table#LC_tableOfContent img{ +table.LC_tableOfContent img{ border: none; height: 1.3em; vertical-align: text-bottom;