From ce68a31abcee69828b3c1d56e45d3e91de17bee3 Mon Sep 17 00:00:00 2001 From: Ulrike Uhlig Date: Tue, 23 Jan 2018 11:45:08 +0100 Subject: [PATCH] refs #12035 I thought I had deleted this already, but it looks like something went wrong. Don't load the donation banner css anymore. --- wiki/src/local.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/wiki/src/local.css b/wiki/src/local.css index 02ac998679..720deee73b 100644 --- a/wiki/src/local.css +++ b/wiki/src/local.css @@ -38,9 +38,6 @@ Table of Content: /* Load RTL stylesheet */ @import url("local.rtl.css"); -/* Load stylesheet for donation campaign */ -@import url("donate-banner.css"); - /* Fonts */ @font-face { font-family: "Source Sans Pro Regular"; src: url("lib/SourceSansPro-Regular.ttf"); } -- GitLab