Merge branch 'master' of TechEmporium/thunix_wiki into master

This commit is contained in:
ubergeek 2019-06-30 20:53:31 -04:00 committed by Gitea
commit 4e35e8fe89
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
<center>All content in this wiki is under the CC-By-SA 4.0 or later license.</center>
<p style='text-align: center;'>All content in this wiki is under the CC-By-SA 4.0 or later license.</p>

View File

@ -1,11 +1,12 @@
body {
font-size: 10pt;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
color: #3EE77B;
line-height: 14pt;
padding-left: 5pt;
padding-right: 5pt;
padding-top: 5pt;
background-color: #040304;
}

View File

@ -12,7 +12,7 @@ print "<!DOCTYPE html>
<html lang='en'>
<head>
<title>$site_name - $page</title>
<link rel='stylesheet' type='text/css' href='$site_root/includes/site.css'>
<link rel='stylesheet' type='text/css' href='" + $site_root + "includes/site.css'>
</head>
<body>";
echo ( shell_exec("/usr/bin/pandoc $doc_root/includes/header.md") );