From d6e7b75b420edc7febeaeb1cc99f068a718228a2 Mon Sep 17 00:00:00 2001 From: Teromene Date: Wed, 3 Aug 2016 22:01:44 +0200 Subject: [PATCH] Re-add rss feed link. --- css/HtmlFormat.css | 11 ++++++----- formats/HtmlFormat.php | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/css/HtmlFormat.css b/css/HtmlFormat.css index 33061287..430e15d9 100644 --- a/css/HtmlFormat.css +++ b/css/HtmlFormat.css @@ -59,9 +59,8 @@ a.backlink, a.backlink:link, a.backlink:visited, a.itemtitle, a.itemtitle:link, } -.backlink { +.buttons { - display: block; text-align: center; } @@ -76,10 +75,11 @@ section > time { color: #888; font-size: 80%; + padding: 10px; } -button.backbutton { +button.backbutton, button.rss-feed { line-height: 1em; color: #FFF; @@ -90,11 +90,12 @@ button.backbutton { box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); border-radius: 2px; border: 1px solid transparent; - min-width: 140px; + width: 200px; background: #2196F3 none repeat scroll 0% 0%; cursor: pointer; - width: calc(20% - 4px); + margin: 10px; + } diff --git a/formats/HtmlFormat.php b/formats/HtmlFormat.php index 4d86eae8..9b426948 100644 --- a/formats/HtmlFormat.php +++ b/formats/HtmlFormat.php @@ -46,7 +46,7 @@ EOD;

{$title}

- +
{$entries}