From 8a474852c00612d6eeaf72336cdb2730bb285699 Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Mon, 20 Jul 2020 13:11:22 +0100 Subject: [PATCH] moved rss link to the rhs --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index da99830..1963e74 100644 --- a/style.css +++ b/style.css @@ -66,4 +66,6 @@ header h1 { cursor:default; border-bottom:1px solid #b35050 } - +#rsslink { + float:right +} -- 2.20.1