From 273b14f459b4d91cfb0a923f78eda146526da17f Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 21 Feb 2018 09:51:23 +0100 Subject: [PATCH] keys: reapply letter styling on modified classes Broken in commit v1.5-28-g8da63edfda (2014-02-24) [keys: structure keyboard as html table] --- base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base.css b/base.css index b29b024..a8fc2d2 100644 --- a/base.css +++ b/base.css @@ -732,9 +732,9 @@ nav > .section { width: 4.5em; } .keys td b, - .keys.meta td b, - .keys.ctrl td b, - .keys.lead td b { /* leading chars always fit */ + .keys .meta td b, + .keys .ctrl td b, + .keys .lead td b { /* leading chars always fit */ position: absolute; /* background */ right: 0; /* least overlap in corner */ font-size: 250%; -- 2.30.0