From c97d882872f7fdd496ad134edcb929a27802434b Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Sat, 2 Nov 2013 15:34:20 +0000 Subject: [PATCH] Bit of CSS allowing for user styles which are not overwritten on upgrade --- public/style.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/public/style.css b/public/style.css index 818023b..0563a7b 100644 --- a/public/style.css +++ b/public/style.css @@ -243,17 +243,14 @@ header { } /* Error page */ -#wrap > h1 > a, -#wrap > h1, -header > h1 { +#wrap > h1 > a { display: none; } -#container > header > h1 { - display: inline-block; -} - #wrap > h2, #wrap > p { color: red; -} \ No newline at end of file +} + +/* Importing custom user styles */ +@import url("public/user-style.css");