summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2016-04-12 20:56:15 +0200
committerSiri Reiter <siri@jones.dk>2016-04-12 20:56:15 +0200
commit10ac9e8dbf548a08fc7b0b321f0184efb885b772 (patch)
tree4760c67cb2cfe04374197e20b7d476b13413e89d /style.scss
parentb464c44c05f693b8aa622f35bcf963dcfb24b8d8 (diff)
Hide sidebar temporarily [later to be switching to hide farbar].
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss21
1 files changed, 11 insertions, 10 deletions
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 {