charmap: revert double-sized key styling
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 5 May 2009 23:54:11 +0000 (23:54 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 5 May 2009 23:54:11 +0000 (23:54 +0000)
Undo v1.2-41-g2fbd3bc [charset: enlarge glyph cells] (2009-04-21)
style change.

base.css

index d726d0ee93e09bc1da0dcba8247ea5640dc8b10a..849015491ae4da507be464f157423372f5464afd 100644 (file)
--- a/base.css
+++ b/base.css
@@ -158,15 +158,15 @@ table.glyphs {
 .glyphs tbody td {
        font-size: 112%;
 }
 .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 .glyphs {
        margin: 0.5ex 0;
 }
 .glyphs .glyphs td {
        font-size: 100%;
 }
-.glyphs.charmap tbody td {
-       font-size: 200%;
-}
 
 /* table headers */
 
 
 /* table headers */