[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
bisitz
bisitz@source.lon-capa.org
Wed, 04 Mar 2009 12:43:31 -0000
bisitz Wed Mar 4 12:43:31 2009 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
Changed standard top level menu headline to <h1> to get a proper page hierachy
and removed corresponding obsolete style.
Needs to be revisited for construction space and other custom titles.
("titlebar" is expected to be redesigned anyway.)
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.761 loncom/interface/loncommon.pm:1.762
--- loncom/interface/loncommon.pm:1.761 Tue Mar 3 16:57:24 2009
+++ loncom/interface/loncommon.pm Wed Mar 4 12:43:31 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.761 2009/03/03 16:57:24 tempelho Exp $
+# $Id: loncommon.pm,v 1.762 2009/03/04 12:43:31 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4244,7 +4244,7 @@
</td>
ENDROLE
- my $titleinfo = '<span class="LC_title_bar_title">'.$title.'</span>';
+ my $titleinfo = '<h1>'.$title.'</h1>';
if ($customtitle) {
$titleinfo = $customtitle;
}
@@ -4611,9 +4611,6 @@
span.LC_metadata {
font-family: $sans;
}
-span.LC_title_bar_title {
- font: bold x-large $sans;
-}
table#LC_title_bar td.LC_title_bar_domain_logo {
background: $sidebg;
text-align: right;