summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-19 21:22:01 +0400
committerAndrew Dolgov <[email protected]>2013-05-19 21:22:01 +0400
commit5bbc4bb4b04519036946db961ddea551fdf2eb6c (patch)
tree78bc9a94551c8899ac2c1479811fedd568e8dd00 /install
parenta5eca8875078f7fea55e009a47694a2111354ae6 (diff)
move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
Diffstat (limited to 'install')
-rw-r--r--install/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php
index 6cb2ace4f..efa917d95 100644
--- a/install/index.php
+++ b/install/index.php
@@ -2,7 +2,7 @@
<head>
<title>Tiny Tiny RSS - Installer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <link rel="stylesheet" type="text/css" href="../utility.css">
+ <link rel="stylesheet" type="text/css" href="../css/utility.css">
<style type="text/css">
textarea { font-size : 12px; }
</style>