--- loncom/interface/loncommon.pm 2009/05/08 16:08:56 1.808 +++ loncom/interface/loncommon.pm 2009/05/11 16:10:33 1.810 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.808 2009/05/08 16:08:56 droeschl Exp $ +# $Id: loncommon.pm,v 1.810 2009/05/11 16:10:33 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4577,20 +4577,6 @@ a:focus { background: yellow } -table.thinborder, -table.thinborder tr th { - border-style: solid; - border-width: 1px; - border-color: $lg_border_color; - background: $tabbg; -} - -table.thinborder tr td { - border-style: solid; - border-width: 1px; - border-color: $lg_border_color; -} - form, .inline { display: inline; } @@ -4908,12 +4894,6 @@ td.LC_menubuttons_text { font-weight: bold; } -table.LC_aboutme_port { - border: none; - border-collapse: collapse; - border-spacing: 0; -} - table.LC_data_table, table.LC_mail_list { border: 1px solid #000000; @@ -4957,15 +4937,13 @@ table.LC_data_table tr.LC_info_row > td } table.LC_data_table tr.LC_odd_row > td, -table.LC_pick_box tr > td.LC_odd_row, -table.LC_aboutme_port tr td { +table.LC_pick_box tr > td.LC_odd_row { background-color: $data_table_light; padding: 2px; } table.LC_data_table tr.LC_even_row > td, -table.LC_pick_box tr > td.LC_even_row, -table.LC_aboutme_port tr.LC_even_row td { +table.LC_pick_box tr > td.LC_even_row { background-color: $data_table_dark; padding: 2px; }