From 64f194774fcb1384f5bebc3a1f612fa9ec62117c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sun, 2 Dec 2018 13:44:49 +0100 Subject: [PATCH] Some better styling for the ad --- server/public/assets/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 10d088e2..5da66afc 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -4064,10 +4064,10 @@ input:not([type]):focus:not([readonly])+label, input[type=text]:not(.browser-def user-select: all !important; /* Likely future */ } -.IL_BASE { - display: flex; +footer > .IL_BASE ~ .IL_BASE { + display: inherit !important; } -.IL_BASE .IL_BASE { - background-color: white; +footer > .IL_BASE { + display: flex !important; }