]> git.wh0rd.org - tt-rss.git/commitdiff
further stylesheet simplification related fixes (2)
authorAndrew Dolgov <noreply@fakecake.org>
Sun, 3 Dec 2017 10:26:26 +0000 (13:26 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Sun, 3 Dec 2017 10:26:26 +0000 (13:26 +0300)
classes/handler/public.php

index bd938cdbb51275ae6b251e2b970d08780833125b..a5b7f94bed87350c064fe2ec88d9eee82ef6be31 100644 (file)
@@ -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'>";