--- loncom/interface/loncommon.pm 2009/04/15 12:39:07 1.787 +++ loncom/interface/loncommon.pm 2009/04/21 18:27:09 1.790 @@ -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.790 2009/04/21 18:27:09 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4587,6 +4587,7 @@ form, .inline { display: inline; } .LC_icon { border: none; + vertical-align: middle; } .LC_indexer_icon { @@ -5930,6 +5931,11 @@ table.LC_tableOfContent{ background-color: #FFFFFF; font-size: 90%; } + +table.LC_tableOfContent{ + border-collapse: collapse; +} + table.LC_tableBrowseRes a, table.LC_tableOfContent a { background-color: transparent; @@ -6001,17 +6007,6 @@ ul#LC_toolbar li{ 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;