More HTML and CSS fun with the new block.

Incidentally, does Mozilla have a bug here? It won't apply the text-align
property to those TDs which have been given a class through a COLGROUP.
IE does it correctly all the way, and Firefox applies the other properties
but seems to take exception at the text-align. Weird.
This commit is contained in:
defacer 2005-01-27 04:19:56 +00:00
parent 3779fd556e
commit 9c581405ab
2 changed files with 19 additions and 21 deletions

View file

@ -459,17 +459,19 @@ td.cal_event_description {
text-align: left;
}
#block_quiz_results table.grades caption {
font-weight: bold;
margin: 1em 0px 0px 0px;
border-bottom: 1px solid;
}
#block_quiz_results table.grades .number, #block_quiz_results table.grades .grade {
width: 10%;
text-align: right;
}
#block_quiz_results h1 {
text-align: center;
font-weight: bold;
font-size: 1.2em;
margin: 4px;
}
#block_quiz_results h2 {
text-align: center;
font-weight: bold;
font-size: 1em;
margin: 1em 0px 0px 0px;
border-bottom: 1px solid;
}