mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
5 lines
132 B
CSS
Executable File
5 lines
132 B
CSS
Executable File
/* make some small fonts a little bigger */
|
|
.logininfo, .helplink, .minicalendar *, .link, .footer {
|
|
font-size: 9pt !important;
|
|
}
|