diff options
author | Arun Persaud <arun@nubati.net> | 2012-06-03 08:36:50 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2012-06-03 08:36:50 -0700 |
commit | f28ee54de58df18b6436d127b6dc06fa95eec8ea (patch) | |
tree | 6befffa905209a5d0493837d20c8fb4a910b1a00 | |
parent | 8db9e6c0ba4cfd4a04a34df2e7e5f6f180b5e39e (diff) | |
download | photo-tags-f28ee54de58df18b6436d127b6dc06fa95eec8ea.tar.gz photo-tags-f28ee54de58df18b6436d127b6dc06fa95eec8ea.tar.bz2 photo-tags-f28ee54de58df18b6436d127b6dc06fa95eec8ea.zip |
moved css files into their own directory
-rw-r--r-- | css/normalize.css (renamed from normalize.css) | 0 | ||||
-rw-r--r-- | css/style.css (renamed from style.css) | 0 | ||||
-rw-r--r-- | index.php | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/normalize.css b/css/normalize.css index 7e7bab9..7e7bab9 100644 --- a/normalize.css +++ b/css/normalize.css diff --git a/style.css b/css/style.css index bf9e003..bf9e003 100644 --- a/style.css +++ b/css/style.css @@ -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> |