--- loncom/interface/loncommon.pm 2006/04/26 15:29:51 1.356 +++ loncom/interface/loncommon.pm 2006/05/01 19:07:16 1.357 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.356 2006/04/26 15:29:51 albertel Exp $ +# $Id: loncommon.pm,v 1.357 2006/05/01 19:07:16 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3118,7 +3118,7 @@ form, .inline { display: inline; } color: green; } -table#LC_top_nav, table#LC_menubuttons, table#LC_nav_location { +table#LC_top_nav, table#LC_menubuttons, table#LC_nav_location, table#LC_breadcrumbs { width: 100%; background: $pgbg; border: 0px; @@ -3145,6 +3145,19 @@ table#LC_top_nav td a, div#LC_top_nav a color: $font; font-family: $sans; } +table#LC_breadcrumbs td { + background: $tabbg; + color: $font; + font-family: $sans; + font-size: smallest; +} +table#LC_breadcrumbs td.LC_breadcrumb_component { + background: $tabbg; + color: $font; + font-family: $sans; + font-size: larger; + text-align: right; +} .LC_menubuttons_inline_text { color: $font; font-family: $sans;