style: fix row offsets (prevent column overflow on middle row)
[sheet.git] / base.css
index 4b3cac9b1ed935c26fa3ad1106fb65249befc904..3354582f67e60e304c1c7749c27674dd1a258d14 100644 (file)
--- 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 {