termcol: float tables automatically
[sheet.git] / vim.plp
diff --git a/vim.plp b/vim.plp
index 1e1d762318e7a6c2fedc758d610598018a6833ac..a14793fae4cc0079665a60189d8e95279339cac6 100644 (file)
--- a/vim.plp
+++ b/vim.plp
@@ -16,8 +16,8 @@ $header{content_type} = "text/html; charset=$sign{charset}";
 <html>
 
 <head>
-<title>vi cheat sheet</title>
 <meta http-equiv="content-type" content="<:= $header{content_type} :>">
+<title>vi cheat sheet</title>
 <link rel="stylesheet" type="text/css" media="all" href="base.css">
 <!--[if lte IE 6]><style> .help dl.legend dt {margin:0 0 1px} </style><![endif]-->
 <!--[if lte IE 7]><style> .help dl.legend dd {float:none} </style><![endif]--><:
@@ -28,8 +28,8 @@ $header{content_type} = "text/html; charset=$sign{charset}";
        ) for keys %styles;
 
        our $showkeys = exists $get{keys} && $get{keys} ne '0';
-       print "\n<style> .no {visibility:hidden} </style>" unless $showkeys;
-       print "\n<style> .no, .alias {opacity:.5} </style>"
+       print "\n".'<style type="text/css"> .no {visibility:hidden} </style>' unless $showkeys;
+       print "\n".'<style type="text/css"> .no, .alias {opacity:.5} </style>'
                if $showkeys and $get{keys} eq 'ghost';
 :>
 <script type="text/javascript" src="/keys.js"></script>
@@ -53,7 +53,7 @@ $header{content_type} = "text/html; charset=$sign{charset}";
 use Shiar_Sheet::Keyboard;
 my $keys = Shiar_Sheet::Keyboard->new({do 'vim.inc.pl'});
 $keys->map($get{map}) or undef $get{map};
-$keys->print_rows($get{static});
+$keys->print_rows($get{rows});
 :>
 </ul>
 
@@ -87,9 +87,9 @@ $keys->print_rows($get{static});
                        <dd>Commands with a dot need a char argument afterwards.
                <dt>key<:= $sign{motion} :>
                        <dd>Requires a motion afterwards, operates between cursor and destination.
-               <dt class="vim">vim
+               <dt class="ext vim6">vim
                        <dd>Not in original Vi (assessment incomplete).
-               <dt class="vim7">vim7
+               <dt class="ext new vim7">vim7
                        <dd>New in vim version 7.x.
                </dl>