Added save style sheet, to demo, and fixed/cleaned up wiki.php

This commit is contained in:
Ubergeek 2019-07-01 16:33:19 +00:00
parent 462ddaa6f9
commit 8a37874606
2 changed files with 17 additions and 11 deletions

View File

@ -1,27 +1,30 @@
#body {
width:90%;
body {
font-family: Sans-serif;
}
#body {
width:78%;
width: 90%;
}
#header {
width:90%;
width: 90%;
text-align: center;
font-size: xx-large;
}
#content {
width:78%;
float:right;
width: 78%;
float: left;
font-size: medium;
}
#sidebar {
width:18%;
float: left;
width: 18%;
float: right;
font-size: small;
}
#footer {
width: 90%;
text-align: center;
clear: both;
font-size: smaller;
}

View File

@ -16,10 +16,13 @@ print "<!DOCTYPE html>
</head>
<body>
<!-- Begin Header -->
";
<div id='header'>";
echo ( shell_exec("/usr/bin/pandoc $doc_root/includes/header.md") );
print "<!-- End Header -->
print "
</div>
<!-- End Header -->
";
print "<hr>