From 5e68e24679e9a2248a3c28c8a4078b4bdad09f9c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 3 Dec 2017 12:49:40 +0300 Subject: css/less updates --- classes/article.php | 5 ++--- classes/handler/public.php | 14 ++++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'classes') diff --git a/classes/article.php b/classes/article.php index 0352e1b9e..1b4d26f70 100644 --- a/classes/article.php +++ b/classes/article.php @@ -634,12 +634,11 @@ class Article extends Handler_Protected { $rv['content'] .= " ".$line["title"]."". - stylesheet_tag("css/default.css")." - + stylesheet_tag("css/default.css")." - "; + "; } $rv['content'] .= "
"; diff --git a/classes/handler/public.php b/classes/handler/public.php index 8b513df67..9fccf884b 100644 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -538,14 +538,16 @@ class Handler_Public extends Handler { header('Content-Type: text/html; charset=utf-8'); print " - Tiny Tiny RSS - - - - + Tiny Tiny RSS"; + print stylesheet_tag("css/utility.css"); + print stylesheet_tag("css/default.css"); + + print " + + - + \"Tiny

".__("Subscribe to feed...")."

"; -- cgit v1.2.3-54-g00ecf