1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 03:15:56 +00:00

move stylesheets to css/, reference default tt-rss stylesheets from

default.css to make custom themes easier
This commit is contained in:
Andrew Dolgov
2013-05-19 21:22:01 +04:00
parent a5eca88750
commit 5bbc4bb4b0
18 changed files with 23 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ class Opml extends Handler_Protected {
print "<html>
<head>
<link rel=\"stylesheet\" href=\"utility.css\" type=\"text/css\">
<link rel=\"stylesheet\" href=\"css/utility.css\" type=\"text/css\">
<title>".__("OPML Utility")."</title>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
</head>