Fixed a couple typos, working on the directory listing for /files, theme integration mainly

This commit is contained in:
Matt Burchett 2014-01-03 20:28:19 -06:00
parent ec0a31f7f4
commit 2b57a14620
2 changed files with 5 additions and 8 deletions

View File

@ -24,14 +24,10 @@
<section> <section>
<header id="title"> <header id="title">
<h1>LinuxRocker</h1> <h1>LinuxRocker</h1>
<h2>Try not to die.</h2> <h2>You are in a restricted area! Be careful!</h2>
</header> </header>
<hr /> <hr />
<h1>
<a name="Welcome" class="anchor" href="#whoandwhere"><span class="octicon octicon-link"></span></a>Welcome
</h1>
<p class="tab"><?php include 'pdirl.php' ?></p> <p class="tab"><?php include 'pdirl.php' ?></p>
<footer id="footer"> <footer id="footer">

View File

@ -1,6 +1,7 @@
/* table { table {
width: 700px; width: 100%;
} */ margin: 0 auto;
}
table td { table td {
font-size: 16px; padding: 5px; vertical-align: middle; font-size: 16px; padding: 5px; vertical-align: middle;
} }