common: generate optimised css file for light
[sheet.git] / less.plp
index f701ca8f3434e67bc9f3dcbe4e8fe4d5947be909..e1950561dbad56ea785aeb655e7fb3b0431dc3a8 100644 (file)
--- a/less.plp
+++ b/less.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'less cheat sheet',
-       version => 'v1.1',
+       version => '1.1',
        description => [
                "Default bindings of the less pager.",
                "Clearly shows how much it's more than more.",
@@ -11,8 +11,7 @@ Html({
                less sheet cheat keys pager more
                shortkey reference keyboard commands options overview
        '],
-       charset => $sign{charset},
-       stylesheet => [qw'light dark circus mono red terse'],
+       stylesheet => [qw( light dark circus mono red )],
        keys => 1,
 });
 
@@ -34,7 +33,7 @@ $keys->print_rows($get{rows}, [1,0]);
 
 <div class="help">
        <div class="left">
-<: $keys->print_legend('legend-types', [qw( ci pm po co mo mv )]) :>
+<: $keys->print_legend('legend-types', ['g1' .. 'g4', 'g7', 'g8']) :>
        </div>
 
        <div class="right">
@@ -43,9 +42,6 @@ $keys->print_rows($get{rows}, [1,0]);
                <ul class="legend legend-set">
                <li>keyboard <strong>map</strong> is
                        <:= $get{map} ? 'set to ' : '' :><em><:= $keys->{map} :></em>
-               <li><strong>ascii</strong> mode is
-                       <:= defined $sign{-ascii} && 'forced ' :><em><:=
-                               $sign{-ascii} ? 'on' : 'off' :></em>
                <li><strong>keys</strong> are
                        <em><:= $showkeys ? 'always shown' : 'hidden if unassigned' :></em><:=
                                !exists $get{keys} && ' by default' :>