mirror of
https://github.com/ThunixdotNet/wiki.git
synced 2026-01-24 12:20:19 +00:00
fixed floats for proper sidebar
This commit is contained in:
4
wiki.php
4
wiki.php
@@ -17,11 +17,11 @@ echo ( shell_exec("/usr/bin/pandoc includes/header.md") );
|
|||||||
|
|
||||||
print "<hr/>
|
print "<hr/>
|
||||||
<div id='body' style='width: 90%;'>
|
<div id='body' style='width: 90%;'>
|
||||||
<div id='sidebar' style='width: 20%;'>";
|
<div id='sidebar' style='width: 20%; float:left;'>";
|
||||||
echo ( shell_exec("/usr/bin/pandoc includes/sidebar.md") );
|
echo ( shell_exec("/usr/bin/pandoc includes/sidebar.md") );
|
||||||
|
|
||||||
print " </div>
|
print " </div>
|
||||||
<div id='content' style='width: 80%;'>";
|
<div id='content' style='width: 80%;float:right'>";
|
||||||
|
|
||||||
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
|
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user