From 2315308160b3f7277b961b7514170adaa148dee8 Mon Sep 17 00:00:00 2001 From: Will Budic Date: Thu, 21 Sep 2023 16:46:25 +1000 Subject: [PATCH] Layout fixes. --- htdocs/cgi-bin/index.cgi | 3 -- htdocs/cgi-bin/index.cnf | 4 +- htdocs/cgi-bin/system/modules/CNFParser.pm | 1 - .../cgi-bin/system/modules/MarkdownPlugin.pm | 53 +++++++++++++------ 4 files changed, 40 insertions(+), 21 deletions(-) diff --git a/htdocs/cgi-bin/index.cgi b/htdocs/cgi-bin/index.cgi index 812e4d1..29b1220 100755 --- a/htdocs/cgi-bin/index.cgi +++ b/htdocs/cgi-bin/index.cgi @@ -6,9 +6,6 @@ # Which then can be moved to a respective include file over there. # This controller binds and provides to the parser to do its magic thing. # -# Programed by: Will Budic -# Open Source License -> https://choosealicense.com/licenses/isc/ -# use v5.30; use strict; use warnings; diff --git a/htdocs/cgi-bin/index.cnf b/htdocs/cgi-bin/index.cnf index 4ca5f38..b79f4a4 100644 --- a/htdocs/cgi-bin/index.cnf +++ b/htdocs/cgi-bin/index.cnf @@ -153,7 +153,7 @@ text-align: left; padding-bottom: 10px; margin-right: 30px; - margin-top:5px; + margin-top: 15px; } .cnf h1{ @@ -184,6 +184,7 @@ text-align: left; padding-bottom: 20px; margin-right: 30px; + margin-top: 15px; } .perl h1{ @@ -309,6 +310,7 @@ function loadDocResult(content){