summaryrefslogtreecommitdiff
path: root/themes
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 /themes
parenta5eca8875078f7fea55e009a47694a2111354ae6 (diff)
move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
Diffstat (limited to 'themes')
-rw-r--r--themes/default.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/default.css b/themes/default.css
index e69de29bb..83e15257b 100644
--- a/themes/default.css
+++ b/themes/default.css
@@ -0,0 +1,3 @@
+@import "../css/tt-rss.css";
+@import "../css/cdm.css";
+@import "../css/prefs.css";