]> git.ozlabs.org Git - ccan/blobdiff - web/staticall.php
Changed the look of the website. Added a new logo design (source SVG included). Fixed...
[ccan] / web / staticall.php
index e976406b3330a9082d20c5c5c69e38eca90869a9..39b529cefe1a6456187d11a42d54d49bb416e2ca 100644 (file)
@@ -6,7 +6,7 @@ include('static-configuration');
 
 $tarballsize=round((filesize($argv[3]."/ccan.tar.bz2") + 1023) / 1024);
 ?>
-
+<div class='content'>
 <h1> List of all CCAN modules: </h1>
 
 <p>
@@ -70,5 +70,5 @@ foreach ($dirs as $dir) {
 $d->close();
 ?>
 </table>
-<hr>
+</div>
 </body></html>