summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-03 13:26:26 +0300
committerAndrew Dolgov <[email protected]>2017-12-03 13:26:26 +0300
commitb51d44a5e628b179a6f0d2189b0f06cdfcc7b016 (patch)
treef2fb0e9c62185611d64f28bf27e7f16d875cc33a /classes
parent09bc54c6901c5e4f6ec1d2a8b00fbf450aa258dd (diff)
further stylesheet simplification related fixes (2)
Diffstat (limited to 'classes')
-rw-r--r--classes/handler/public.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index bd938cdbb..a5b7f94be 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -538,7 +538,6 @@ class Handler_Public extends Handler {
print "<html>
<head>
<title>Tiny Tiny RSS</title>";
- print stylesheet_tag("css/utility.css");
print stylesheet_tag("css/default.css");
print "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
@@ -546,7 +545,7 @@ class Handler_Public extends Handler {
<link rel=\"icon\" type=\"image/png\" sizes=\"72x72\" href=\"images/favicon-72px.png\">
</head>
- <body class='claro'>
+ <body class='claro ttrss_utility'>
<img class=\"floatingLogo\" src=\"images/logo_small.png\"
alt=\"Tiny Tiny RSS\"/>
<h1>".__("Subscribe to feed...")."</h1><div class='content'>";