Ok, tweaking sidebar stuff

This commit is contained in:
Ubergeek 2019-06-30 02:30:45 +00:00
parent 5d468882d6
commit a04eeda3dc
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@ echo ( shell_exec("/usr/bin/pandoc includes/header.md") );
print "<hr/>
<div id='content' style='width=90%'>
<div id='sidebar' style='20%'>";
<div id='sidebar' style='20%;float:left;'>";
echo ( shell_exec("/usr/bin/pandoc includes/sidebar.md") );
print " </div>
<div='content' style='width=80%'>";
<div='content' style='width=80%'; float:right>";
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );