-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-- Line spacing was too big on the keycaps (I think it was picking up the spacing from Bootstrap); fixed in CSS -- DSA keys were showing the inner-border in the incorrect spot (wasn't really noticable on the dark colors of Retro DSA); fixed in CSS -- Replaced custom min/max functions with the correct Math.min, Math.max functions. -- The valiation for x/y offsets was too aggressive; for some oddly-shaped keys, it didn't let you set values that were big enough. -- Swapped the order of the keylabel tops for the primary & secondary rectangles. This ensures that the label is in the same place whether stepped or not, at the expense of maybe affecting old layouts.
- Loading branch information
Ian Prest
committed
Oct 19, 2013
1 parent
4f6f024
commit 25cca4b
Showing
2 changed files
with
35 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters