summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 10:20:11 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 10:20:11 +0100
commit430bf183c5d633b29065333c0f878c6cf67d4547 (patch)
tree2ebdb2a685f1b3cbfd1710a241b46feda335a845 /tt-rss.php
parent13bb6bbe352a839e51ebe737c3b59dca25ed35ba (diff)
rework compact stylesheet support
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php13
1 files changed, 5 insertions, 8 deletions
diff --git a/tt-rss.php b/tt-rss.php
index edd4099a9..2d29d4455 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -5,19 +5,16 @@
<head>
<title>Tiny Tiny RSS</title>
+ <link rel="stylesheet" type="text/css" href="tt-rss.css">
+
<? if (USE_COMPACT_STYLESHEET) { ?>
- <link rel="stylesheet" href="tt-rss_compact.css" type="text/css">
-
- <link rel="alternate stylesheet" title="Normal Stylesheet"
- type="text/css" href="tt-rss.css">
+ <link rel="stylesheet" href="tt-rss_compact.css" type="text/css">
<? } else { ?>
- <link rel="stylesheet" href="tt-rss.css" type="text/css">
-
- <link title="Compact Stylesheet" rel="alternate stylesheet"
- type="text/css" href="tt-rss_compact.css"/>
+ <link title="Compact Stylesheet" rel="alternate stylesheet"
+ type="text/css" href="tt-rss_compact.css"/>
<? } ?>