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

don't generate default.css, replace with themes/light.css as a default root CSS file

This commit is contained in:
Andrew Dolgov
2020-02-22 16:22:44 +03:00
parent 84b847074e
commit 4ab3854aed
19 changed files with 20 additions and 1989 deletions

View File

@@ -31,7 +31,7 @@
textarea { font-size : 12px; }
</style>
<?php
echo stylesheet_tag("../css/default.css");
echo stylesheet_tag("../themes/light.css");
echo javascript_tag("../lib/prototype.js");
echo javascript_tag("../lib/dojo/dojo.js");
echo javascript_tag("../lib/dojo/tt-rss-layer.js");