Minor touchup to Paste Embed UI

Summary: Consolidate colors / spacing.

Test Plan:
Test embedding a paste, a list of pastes, and a PasteView for new colors, space.

{F321622}

{F321623}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11896
This commit is contained in:
Chad Little
2015-02-26 11:09:10 -08:00
parent 3003b293d8
commit 59a35af395
4 changed files with 22 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ final class PasteEmbedView extends AphrontView {
private $paste;
private $handle;
private $highlights = array();
private $lines = 30;
private $lines = 24;
public function setPaste(PhabricatorPaste $paste) {
$this->paste = $paste;