mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Added two new styles for smallinfo displays on the side
This commit is contained in:
parent
0036338998
commit
e1518b0c1c
7 changed files with 68 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue