Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Improved work-around for eliminating space within DIV containing CANV…
Browse files Browse the repository at this point in the history
…AS (line-height of zero instead of a hard-coded max-height)
  • Loading branch information
jeffpar committed Jun 9, 2019
1 parent 458b12a commit cf93b8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devices/ti42/machine/diags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ styles:
font-family: Monaco,"Lucida Console",monospace;
_romArrayTI42:
display: inline-block;
line-height: 0;
max-width: 512px;
max-height: 256px;
_romCellTI42:
font-family: Monaco,"Lucida Console",monospace;
.regRow:
Expand Down
2 changes: 1 addition & 1 deletion devices/ti55/machine/diags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ styles:
font-family: Monaco,"Lucida Console",monospace;
_romArrayTI55:
display: inline-block;
line-height: 0;
max-width: 512px;
max-height: 256px;
_romCellTI55:
font-family: Monaco,"Lucida Console",monospace;
.regRow:
Expand Down
2 changes: 1 addition & 1 deletion devices/ti57/machine/rev0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ styles:
font-family: Monaco,"Lucida Console",monospace;
_romArrayTI57:
display: inline-block;
line-height: 0;
max-width: 512px;
max-height: 256px;
_romCellTI57:
font-family: Monaco,"Lucida Console",monospace;
.regRow:
Expand Down
2 changes: 1 addition & 1 deletion devices/ti57/machine/rev1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ styles:
font-family: Monaco,"Lucida Console",monospace;
_romArrayTI57:
display: inline-block;
line-height: 0;
max-width: 512px;
max-height: 256px;
_romCellTI57:
font-family: Monaco,"Lucida Console",monospace;
.regRow:
Expand Down

0 comments on commit cf93b8b

Please sign in to comment.