From dc57920da6e10d84f8c5d5bc85ed1a6cacafd050 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 12 Nov 2010 00:45:38 +0100 Subject: [PATCH] style: fix row offsets (prevent column overflow on middle row) Row numbers incremented by commit v1.3-12-g79d144c683 (2010-07-17) [vi: generic declaration of the escape key (\e)]. --- base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base.css b/base.css index 4b3cac9..3354582 100644 --- a/base.css +++ b/base.css @@ -82,9 +82,9 @@ ul { /* "keyboard" (list of keys) */ ul#rows {margin-top: -5ex} /* top (esc) row fits besides header */ -li.row1 {margin-left: 7em} /* row offsets relative to ~6em key width */ -li.row2 {margin-left: 8em} -li.row3 {margin-left: 10em} /* should actually align to next key on row0 */ +li.row2 {margin-left: 7em} /* row offsets relative to ~6em key width */ +li.row3 {margin-left: 8em} +li.row4 {margin-left: 10em} /* should actually align to next key on row0 */ /* ...however rows>=1 are shifted a bit, to make space */ li.row { -- 2.30.0