summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 9d6a556e9..a71436b98 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -37,17 +37,6 @@
<link type="text/css" href="<?php echo $user_css_url ?>"/>
<?php } ?>
- <?php if (get_pref($link, 'USE_COMPACT_STYLESHEET')) { ?>
-
- <link rel="stylesheet" href="tt-rss_compact.css" type="text/css">
-
- <?php } else { ?>
-
- <link title="Compact Stylesheet" rel="alternate stylesheet"
- type="text/css" href="tt-rss_compact.css"/>
-
- <?php } ?>
-
<!--[if gte IE 5.5000]>
<script type="text/javascript" src="pngfix.js"></script>
<link rel="stylesheet" type="text/css" href="tt-rss-ie.css">