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

further stylesheet simplification related fixes

This commit is contained in:
Andrew Dolgov
2017-12-03 13:25:34 +03:00
parent 3f2a871421
commit 09bc54c690
11 changed files with 56 additions and 75 deletions

View File

@@ -1201,10 +1201,10 @@ class Feeds extends Handler_Protected {
?>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/utility.css">
<?php echo stylesheet_tag("css/default.css") ?>
<title>Feed Debugger</title>
</head>
<body class="small_margins">
<body class="small_margins ttrss_utility claro">
<h1>Feed Debugger: <?php echo "$feed_id: " . $this->getFeedTitle($feed_id) ?></h1>
<form method="GET" action="">
<input type="hidden" name="op" value="feeds">