Improved keyboard compatibility with apps that hook the keyboard interrupt (eg, BASICA)
This commit is contained in:
parent
f5c0930f83
commit
3cc7476ddc
12 changed files with 2785 additions and 2733 deletions
|
|
@ -24,6 +24,9 @@ h4 a {
|
|||
p {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
a img {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
|
@ -212,6 +215,9 @@ pre a, code a {
|
|||
.md-list li p {
|
||||
padding-left: 2em;
|
||||
}
|
||||
.md-list li p br {
|
||||
line-height: 3em;
|
||||
}
|
||||
.md-list-compact {
|
||||
}
|
||||
.md-list-compact li {
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@ h4 a {
|
|||
p {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
a img {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
|
@ -212,6 +215,9 @@ pre a, code a {
|
|||
.md-list li p {
|
||||
padding-left: 2em;
|
||||
}
|
||||
.md-list li p br {
|
||||
line-height: 3em;
|
||||
}
|
||||
.md-list-compact {
|
||||
}
|
||||
.md-list-compact li {
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue