From d9238de04e362cd861fd8553facce1f2c867b1a3 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Fri, 5 Jul 2019 23:04:56 +1200 Subject: [PATCH] Properly format CSS file --- themes/anon-pro.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/themes/anon-pro.css b/themes/anon-pro.css index 5dac8f2c..a9693484 100644 --- a/themes/anon-pro.css +++ b/themes/anon-pro.css @@ -41,7 +41,7 @@ article h1 { margin-bottom: 24px } -article p:first-of-type{ +article p:first-of-type { font-style: italic; } @@ -69,7 +69,10 @@ article a:hover, article a:focus { outline: none; } -footer { position: absolute; } +footer { + position: absolute; +} + footer a { position: fixed; bottom: 25px; @@ -89,7 +92,3 @@ footer a:hover, footer a:focus { box-shadow: 10px 10px 0px #daa; outline: none; } - - - -