Improved keyboard compatibility with apps that hook the keyboard interrupt (eg, BASICA)

This commit is contained in:
Jeff Parsons 2015-03-25 14:12:48 -07:00 committed by jeffpar
commit 3cc7476ddc
12 changed files with 2785 additions and 2733 deletions

View file

@ -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 {

View file

@ -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