1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:15:55 +00:00

further stylesheet simplification related fixes (2)

This commit is contained in:
Andrew Dolgov
2017-12-03 13:26:26 +03:00
parent 09bc54c690
commit b51d44a5e6

View 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'>";