From 0a7b2f3e0ace26c8b7370de6b22b887b0758b823 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 11 Nov 2013 15:36:55 -0800 Subject: [PATCH] Remove margin from overlay sidebar --- app/assets/stylesheets/common.css.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 4c23a3c0d..2fda3a53d 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -639,20 +639,14 @@ nav.secondary { float: right; cursor: pointer; } - -// -webkit-transition: margin 300ms linear; -// -moz-transition: margin 300ms linear; -// transition: margin 300ms linear; } .overlay-sidebar #sidebar { position: absolute; z-index: 1000; height: auto; - border-radius: 5px; + border-bottom-right-radius: 5px; overflow: hidden; - margin-top: $lineheight/2; - margin-left: $lineheight/2; } .welcome { -- 2.43.2