noVNC/app/styles
Samuel Mannehed 8decca7353 Use unitless numbers for line-height values
Using <length> type values for line-height can give unexpected
inheritance behaviors. If using <length> values, the inherited
line-height on children is calculated using the font-size of the parent.
What we want is for the line-height of children to be calculated using
it's own font-size.

By instead using a unitless number, we get the behavior we want. Note
that this bug has no effects right now since no children to any of the
related elements have different font-sizes.
2023-03-23 11:06:03 +01:00
..
Orbitron700.ttf Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
Orbitron700.woff Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
base.css Use unitless numbers for line-height values 2023-03-23 11:06:03 +01:00
input.css Properly center the checkbox checkmark 2023-03-23 11:06:03 +01:00