From e249bd725fd80c5d994d72c2027b2a6f97bca378 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 5 May 2009 23:59:04 +0000 Subject: [PATCH] force keyboard width to prevent row breaks Prefer horizontal scrolling to mispositioned keys. --- base.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/base.css b/base.css index 8490154..0aee0ed 100644 --- a/base.css +++ b/base.css @@ -91,6 +91,14 @@ li.row ul ul { h3 {display: none} /* semantic details (non-css/js) */ li.mode {display: none} /* initially hidden (only show interactively (js)) */ +#rows { + width: 82.5em; /* 12 * (2px + 1px + 6.2em + 1px + 2px) + 8em*/ + padding-right: 72px; +} +#rows > li { + margin-right: -72px; +} + /* individual keys */ dl.legend dt, -- 2.30.0