mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
24845bec42
Summary: - Allow new-style setup to raise fatal setup errors. - Port extension checks to new-style setup as fatal errors. - When fatal errors are raised, abort setup and show them in a chrome-free response. Test Plan: {F29981} Reviewers: btrahan, chad Reviewed By: chad CC: aran Maniphest Tasks: T2228 Differential Revision: https://secure.phabricator.com/D4587
12 lines
250 B
CSS
12 lines
250 B
CSS
/**
|
|
* @provides phabricator-fatal-config-template-css
|
|
*/
|
|
body {
|
|
overflow-y: scroll;
|
|
background: #f9f9f9;
|
|
margin: 0;
|
|
padding: 0;
|
|
font: 13px/1.231 'Helvetica Neue', Arial, sans-serif;
|
|
text-align: left;
|
|
-webkit-text-size-adjust: none;
|
|
}
|