From 550910e985c03c0cb3ee4c90b6e64397bb3743f3 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 13 Sep 2008 03:52:17 +0000 Subject: [PATCH] digraphs: page footer Output a footer (version, copyright, etc) similar to the vim page. --- digraphs.css | 23 ++++++++++++++++++++++- digraphs.plp | 12 ++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/digraphs.css b/digraphs.css index 7feb88d..4b9588d 100644 --- a/digraphs.css +++ b/digraphs.css @@ -1,8 +1,29 @@ +body { + background: #FFF; + color: #000; +} + +a, a:visited { + color: #000; + text-decoration: underline; +} +a:active, a:hover { + color: #00F; + text-decoration: none; +} + h1 { text-align: center; - margin: 0 auto 0.2em; + font-size: 200%; + margin: 0 0 0.2em; +} +p.footer { + margin: 1em 0 0; + text-align: center; } +/* digraph table */ + table { border-collapse: collapse; table-layout: fixed; /* prevent resizing, notably in msie6 */ diff --git a/digraphs.plp b/digraphs.plp index 937228c..6e8a30a 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -97,4 +97,16 @@ print "\n"; + + -- 2.30.0