Accessibility: course .headingblock is now H2; .sideblock .header is now H2; .sideblock <table> is now <ul> (+ commented code for 'skip block link').

This commit is contained in:
nfreear 2006-02-28 12:02:32 +00:00
parent 062f1125cc
commit 72d7872a23
2 changed files with 33 additions and 3 deletions

View File

@ -360,6 +360,9 @@ table.minicalendar {
font-size:1.1em;
}
h2.headingblock {
font-size:1.1em;
}

View File

@ -379,10 +379,35 @@ table.flexible th.c0 {
/***
*** Blocks
***/
/*TODO (nfreear): Initially make link 'invisible' to visual users. Breaks - why? */
a.skip-block, .skip-block {
font-weight:normal;
font-size:0.8em;
color:white;
background-color:white;
/*
display:block;
width:6em;
float:right;
*/
}
.skip-block-to {
font-size:1px;
}
ul.list, ul.list li {
list-style-type:none;
padding:0%;
margin:0%;
text-indent:0%;
}
.sideblock .content h3,
.sideblock .content h2 {
text-align: left;
margin:0%;
padding:0%;
}
.sideblock {
@ -390,8 +415,9 @@ table.flexible th.c0 {
width: 100%;
}
.sideblock .header {
.sideblock .header, .sideblock h2.header {
text-align: left;
margin:0%;
padding:4px;
border-width: 1px;
border-style: solid;
@ -828,10 +854,11 @@ body#course-user .section h2 {
}
.headingblock {
.headingblock, h2.headingblock {
border-width:1px;
border-style:solid;
padding:5px;
padding:5px;
margin:0%;
}
.headingblock .link {