summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-09-13 14:57:55 +0400
committerAndrew Dolgov <[email protected]>2010-09-13 14:57:55 +0400
commite7df7538a9a81106b1ca3a0180a60d3aef2c9710 (patch)
treea30da0eaae0a6ea76e8cd6cb9e07122e4f388b90 /tt-rss.php
parent0dfdf70816eb7ec94ac8d009829cf6ad4c4d162f (diff)
split infobox stuff into separate css
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 5e8bc1311..0d98c9871 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -26,6 +26,7 @@
<title>Tiny Tiny RSS</title>
<link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>"/>
+ <link rel="stylesheet" type="text/css" href="infobox.css?<?php echo $dt_add ?>"/>
<?php $user_theme = get_user_theme_path($link);
if ($user_theme) { ?>