mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 20:36:42 +01:00
12 lines
218 B
CSS
Executable File
12 lines
218 B
CSS
Executable File
/* make some small fonts a little bigger */
|
|
.logininfo, .helplink, .minicalendar *, .link, .footer {
|
|
font-size: 9pt !important;
|
|
}
|
|
.heading-with-help {
|
|
font-size:1.4em;
|
|
}
|
|
|
|
.heading-with-help h2 {
|
|
font-size:1em;
|
|
}
|