From 1168f5694c5ce03a531b7d6656a81f4a42c4f90b Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Tue, 21 Apr 2015 13:34:33 +0200 Subject: [PATCH] Show "powered by" message in footer. --- src/scriptform.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/scriptform.py b/src/scriptform.py index 4f5e6e7..6aea2c4 100755 --- a/src/scriptform.py +++ b/src/scriptform.py @@ -86,6 +86,10 @@ html_header = u''' div.result ul li {{ list-style: none; float: left; margin-right: 20px; font-size: 0.90em; }} div.result ul.nav {{ margin-bottom: 128px; }} + + /* Other */ + div.about {{ text-align: center; font-size: 12px; color: #808080; }} + div.about a {{ text-decoration: none; color: #000000; }} @@ -94,6 +98,7 @@ html_header = u''' ''' html_footer = u''' +
Powered by Scriptform