From f5aa06673906bff1fa6be32650ac215f46ec7838 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 2 Aug 2021 10:32:03 +0100 Subject: [PATCH] Style for news Signed-off-by: falkTX --- News/themes/stardust/layouts/default.twig | 2 -- News/themes/stardust/stylesheets/screen.css | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/News/themes/stardust/layouts/default.twig b/News/themes/stardust/layouts/default.twig index 4e48beb..eb2097d 100644 --- a/News/themes/stardust/layouts/default.twig +++ b/News/themes/stardust/layouts/default.twig @@ -12,8 +12,6 @@ - - {% if site.clean_urls %}{% endif %} diff --git a/News/themes/stardust/stylesheets/screen.css b/News/themes/stardust/stylesheets/screen.css index d39e50d..cda8619 100755 --- a/News/themes/stardust/stylesheets/screen.css +++ b/News/themes/stardust/stylesheets/screen.css @@ -10,3 +10,4 @@ @import url("../../../../css/base.css"); /* Basic CSS - Common styles */ @import url("../../../../css/base.fluid.fix.css"); /* Fixes for Bento with fluid 960gs */ @import url("../../../../css/style.css"); +@import url("../../../../css/style.fluid.css");