Embed pastes now support highlight

Summary:
- Added support for highlighting to PhabricatorSourceCodeView
- Added support for highlighting to embed pastes

Test Plan: {F35975}

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T1770

Differential Revision: https://secure.phabricator.com/D5346
This commit is contained in:
Lauri-Henrik Jalonen
2013-03-14 09:32:02 -07:00
committed by epriestley
parent 2f9c981716
commit 30a17c2039
5 changed files with 61 additions and 10 deletions

View File

@@ -30,6 +30,10 @@
user-select: none;
}
.phabricator-source-highlight {
background: #ff0;
}
.phabricator-source-code-summary {
padding-bottom: 8px;
}