From 8a35e694622cf676cfff83a16e45d6545b3674e2 Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Wed, 19 Apr 2017 14:24:11 +0200 Subject: [PATCH] SPR-908: footer widescreen --- css/area_footer.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/area_footer.less b/css/area_footer.less index 39b068e..4bdf3b1 100755 --- a/css/area_footer.less +++ b/css/area_footer.less @@ -78,7 +78,8 @@ &.showSidebar { #dokuwiki__footer { .col-xs-12 { - margin-left: @toggle-showsidebar_width; + width: 100%; + padding-left: @toggle-showsidebar_width; } } }