MDL-12312 Reviewed and slightly improved Petr's great help file

This commit is contained in:
nicolasconnault 2007-11-27 10:01:52 +00:00
parent 9d7e1f08fe
commit f9972ddb61
3 changed files with 26 additions and 1 deletions

View File

@ -63,5 +63,4 @@ the gradebook administrator. Caution in interpreting these "empty grades" is thu
automatically as a sum of maximums from all aggregated items.</dd>
<dd class="example">A1 70/100, A2 20/80, A3 10/10:<br />
<code>70 + 20 + 10 = 100/190</code></dd>
</dt>
</dl>

View File

@ -501,6 +501,19 @@ body#grade-index .grades .header {
font-size: 0.7em;
}
#grade-aggregation-help dt {
font-weight: bold;
}
#grade-aggregation-help dd.example {
font-style: italic;
}
#grade-aggregation-help code {
font-style: normal;
}
/***
*** Login
***/

View File

@ -2202,6 +2202,19 @@ body#doc-contents ul {
margin-right: auto;
}
#grade-aggregation-help dt {
margin-top: 15px;
}
#grade-aggregation-help dd.example {
margin-top: 7px;
}
#grade-aggregation-help code {
display: block;
margin-top: 7px;
}
/***
*** Login
***/