mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
MDL-27063 tt styled incorrectly in canvas theme
This commit is contained in:
parent
b34324a73e
commit
c8b728139e
@ -106,17 +106,11 @@ dfn {
|
||||
}
|
||||
|
||||
pre, code {
|
||||
margin: 1.5em 0;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
pre, code, tt {
|
||||
font: 1.2em monospace;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
tt {
|
||||
display: block;
|
||||
margin: 1.5em 0;
|
||||
line-height: 1.5;
|
||||
}
|
@ -115,19 +115,13 @@ dfn {
|
||||
}
|
||||
|
||||
pre, code {
|
||||
margin: 1.5em 0;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
pre, code, tt {
|
||||
font: 1.2em monospace;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
tt {
|
||||
display: block;
|
||||
margin: 1.5em 0;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.small {
|
||||
|
Loading…
x
Reference in New Issue
Block a user