From 73dd3e271c2834b22dafb0a1a412934709f250bf Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 5 May 2009 23:54:11 +0000 Subject: [PATCH] charmap: revert double-sized key styling Undo v1.2-41-g2fbd3bc [charset: enlarge glyph cells] (2009-04-21) style change. --- base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base.css b/base.css index d726d0e..8490154 100644 --- a/base.css +++ b/base.css @@ -158,15 +158,15 @@ table.glyphs { .glyphs tbody td { font-size: 112%; } +.glyphs.big tbody td { + font-size: 200%; +} .glyphs .glyphs { margin: 0.5ex 0; } .glyphs .glyphs td { font-size: 100%; } -.glyphs.charmap tbody td { - font-size: 200%; -} /* table headers */ -- 2.30.0