From ec313253ac2fd4892eb884f71ba2f9855b855a35 Mon Sep 17 00:00:00 2001 From: Azareal Date: Thu, 28 Feb 2019 20:09:50 +1000 Subject: [PATCH] Up the priority on these CSS directives. --- themes/nox/public/acc_panel_common.css | 2 +- themes/nox/public/profile.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/nox/public/acc_panel_common.css b/themes/nox/public/acc_panel_common.css index 5659c587..71fdc0ee 100644 --- a/themes/nox/public/acc_panel_common.css +++ b/themes/nox/public/acc_panel_common.css @@ -1,5 +1,5 @@ #main { - max-width: none; + max-width: none !important; } .colstack_left { width: 200px; diff --git a/themes/nox/public/profile.css b/themes/nox/public/profile.css index a1090337..3b612579 100644 --- a/themes/nox/public/profile.css +++ b/themes/nox/public/profile.css @@ -1,5 +1,5 @@ #main { - max-width: none; + max-width: none !important; } #profile_left_lane { margin-right: 24px;