From 93bef26d801eb85da3be75eb9992bf259faadc60 Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Mon, 20 Jul 2020 13:15:54 +0100 Subject: [PATCH] switched css float order --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index bfc340a..3bde247 100644 --- a/style.css +++ b/style.css @@ -66,9 +66,9 @@ header h1 { cursor:default; border-bottom:1px solid #b35050 } -#rsslink { +#gitlink { float:right } -#gitlink { +#rsslink { float:right } -- 2.20.1