Revert "Clean up more Quicksand"

Summary: This reverts commit 5eb4bc6ca9.

Test Plan: Reload homepage, no scrollbars

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D16645
This commit is contained in:
Chad Little
2016-10-01 12:35:13 -07:00
parent 2f2126ecce
commit 87ebb80059
26 changed files with 46 additions and 89 deletions

View File

@@ -165,7 +165,7 @@ final class PhabricatorConfigDatabaseIssueController
->setCrumbs($crumbs)
->setNavigation($nav)
->appendChild($content)
->addFrameClass('white-background');
->addClass('white-background');
}
}