unicode: body container
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 11 Oct 2008 04:16:52 +0000 (04:16 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 6 Jan 2009 22:39:01 +0000 (22:39 +0000)
unicode.plp

index ca822ac0e40ff6c2bde4f174d61de2081710eafa..81e54a3f5593f2b4c57acb924ffa5715a081aea1 100644 (file)
@@ -18,6 +18,10 @@ $header{content_type} = 'text/html; charset=utf-8';
 <meta http-equiv="content-type" content="utf-8">
 <link rel="stylesheet" type="text/css" media="all" href="/digraphs.css">
 <style>
 <meta http-equiv="content-type" content="utf-8">
 <link rel="stylesheet" type="text/css" media="all" href="/digraphs.css">
 <style>
+#list-common {
+       overflow: hidden;
+}
+
 table {
        margin: 1ex 1ex 2ex;
        float: left;
 table {
        margin: 1ex 1ex 2ex;
        float: left;
@@ -93,6 +97,8 @@ small.value {
 <p>i^k in <a href="/">Vim</a>.
 Also see the <a href="/digraphs">complete digraphs table</a>.</p>
 
 <p>i^k in <a href="/">Vim</a>.
 Also see the <a href="/digraphs">complete digraphs table</a>.</p>
 
+<div id="list-common">
+
 <:
 my $diinfo = do 'digraphs.inc.pl';
 my %di = map { $diinfo->{$_}->[0] => $_ } grep { ref $diinfo->{$_} }
 <:
 my $diinfo = do 'digraphs.inc.pl';
 my %di = map { $diinfo->{$_}->[0] => $_ } grep { ref $diinfo->{$_} }
@@ -343,7 +349,9 @@ print table(@$_) for (
        ],
 );
 
        ],
 );
 
-:><p id="footer">
+:></div>
+
+<p id="footer">
        <a href="http://vi.shiar.net/unicode">vi.<strong>shiar.net</strong>/unicode</a>
        <a href="git://dev.shiar.net/vi-cheat"><:= "v$VERSION" :></a>
        created by Shiar •
        <a href="http://vi.shiar.net/unicode">vi.<strong>shiar.net</strong>/unicode</a>
        <a href="git://dev.shiar.net/vi-cheat"><:= "v$VERSION" :></a>
        created by Shiar •