diff options
author | Siri Reiter <siri@jones.dk> | 2016-04-12 20:56:15 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2016-04-12 20:56:15 +0200 |
commit | 10ac9e8dbf548a08fc7b0b321f0184efb885b772 (patch) | |
tree | 4760c67cb2cfe04374197e20b7d476b13413e89d /style.scss | |
parent | b464c44c05f693b8aa622f35bcf963dcfb24b8d8 (diff) |
Hide sidebar temporarily [later to be switching to hide farbar].
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -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 { |