From 7cf2ef2fc4bf804137bcaf354118232f70939a19 Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Wed, 22 Apr 2015 07:58:23 +0200 Subject: [PATCH] Result CSS no longer interferes with script output tags. --- src/scriptform.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/scriptform.py b/src/scriptform.py index 6aea2c4..af897b4 100755 --- a/src/scriptform.py +++ b/src/scriptform.py @@ -82,10 +82,9 @@ html_header = u''' div.result h2 {{ background-color: #E0E5E5; border-radius: 3px; font-weight: bold; padding: 10px; }} div.result div.result-result {{ margin-left: 25px; }} - div.result ul {{ margin-top: 64px; padding-left: 0px; }} - div.result ul li {{ list-style: none; float: left; margin-right: 20px; - font-size: 0.90em; }} - div.result ul.nav {{ margin-bottom: 128px; }} + div.result ul.nav {{ margin: 64px 0px 128px 0px; padding-left: 0px; }} + div.result ul.nav li {{ list-style: none; float: left; + font-size: 0.90em; margin-right: 20px; }} /* Other */ div.about {{ text-align: center; font-size: 12px; color: #808080; }}