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

This commit is contained in:
nicolasconnault
2007-11-27 10:00:45 +00:00
parent 4761566c54
commit b3469a7e13
2 changed files with 26 additions and 0 deletions
+13
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
***/
+13
View File
@@ -2179,6 +2179,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
***/