Added two new styles for smallinfo displays on the side

This commit is contained in:
moodler 2003-12-28 05:56:34 +00:00
parent 0036338998
commit e1518b0c1c
7 changed files with 68 additions and 0 deletions

View file

@ -355,6 +355,11 @@ a.dimmed:hover {
font-weight: bold;
}
.categorynumber {
font-size: larger;
font-weight: bold;
}
.coursename {
}
@ -431,3 +436,9 @@ a.autolink:hover {
border-style: solid;
}
.smallinfo {
}
.smallinfohead {
color: #555555;
}