Remove the extra white bar when logged in on the landing page

This commit is contained in:
Joseph Schorr 2014-08-12 17:15:46 -04:00
parent 6517a4ed7f
commit fc8988baa3
2 changed files with 6 additions and 1 deletions

View file

@ -1417,6 +1417,11 @@ i.toggle-icon:hover {
padding-bottom: 10px;
}
.landing-page.signedin .main-panel {
background: transparent;
box-shadow: none;
}
.landing {
position: relative;
}