moved css files into their own directory
authorArun Persaud <arun@nubati.net>
Sun, 3 Jun 2012 15:36:50 +0000 (08:36 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 3 Jun 2012 15:36:50 +0000 (08:36 -0700)
css/normalize.css [moved from normalize.css with 100% similarity]
css/style.css [moved from style.css with 100% similarity]
index.php

similarity index 100%
rename from normalize.css
rename to css/normalize.css
similarity index 100%
rename from style.css
rename to css/style.css
index 5d62eb47ff6848776163aeb1f75eac28bc6c1a92..55bc6c74e850f65e221559c81a75e86b1ea6cbf8 100644 (file)
--- a/index.php
+++ b/index.php
@@ -31,8 +31,8 @@ else
 <html>
 <title><?php echo htmlspecialchars($title) ?></title>
 <script src = "<?php echo $webbase?>/d3.min.js"></script>
-<link rel="stylesheet" type="text/css" href="<?php echo $webbase?>/normalize.css" />
-<link rel="stylesheet" type="text/css" href="<?php echo $webbase?>/style.css" />
+<link rel="stylesheet" type="text/css" href="<?php echo $webbase?>/css/normalize.css" />
+<link rel="stylesheet" type="text/css" href="<?php echo $webbase?>/css/style.css" />
 
 <body>