From 10ac9e8dbf548a08fc7b0b321f0184efb885b772 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 12 Apr 2016 20:56:15 +0200 Subject: Hide sidebar temporarily [later to be switching to hide farbar]. --- style.scss | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index 0201743..69c5065 100644 --- a/style.scss +++ b/style.scss @@ -344,16 +344,17 @@ th { } .sidebar { - float: left; - min-height: 480px; - width: $blockLeft-width; - padding: $blockLeft-paddingAny; - margin-top: 2%; - margin-left: -(100% - $blockLeft-marginLeft); - margin-bottom: 2%; - border: none; - background-color: LightBlue; - text-align: left; + @include h5bp-hidden; +// float: left; +// min-height: 480px; +// width: $blockLeft-width; +// padding: $blockLeft-paddingAny; +// margin-top: 2%; +// margin-left: -(100% - $blockLeft-marginLeft); +// margin-bottom: 2%; +// border: none; +// background-color: LightBlue; +// text-align: left; } .sidebar ul { -- cgit v1.2.3