Update VENDOR_README.md with upstream's latest README
This commit is contained in:
parent
f612c760df
commit
7e41c14ec1
4 changed files with 210 additions and 602 deletions
|
|
@ -85,25 +85,25 @@ text.footer {
|
|||
}
|
||||
|
||||
/* styling for combo tap, and key non-tap label text */
|
||||
text.combo, text.hold, text.shifted, text.left, text.right {
|
||||
text.combo, text.hold, text.shifted, text.left, text.right, text.tl, text.tr, text.bl, text.br {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
text.hold {
|
||||
text.hold, text.bl, text.br {
|
||||
text-anchor: middle;
|
||||
dominant-baseline: auto;
|
||||
}
|
||||
|
||||
text.shifted {
|
||||
text.shifted, text.tl, text.tr {
|
||||
text-anchor: middle;
|
||||
dominant-baseline: hanging;
|
||||
}
|
||||
|
||||
text.left {
|
||||
text.left, text.tl, text.bl {
|
||||
text-anchor: start;
|
||||
}
|
||||
|
||||
text.right {
|
||||
text.right, text.tr, text.br {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Loading…
Add table
Add a link
Reference in a new issue