mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 07:12:41 +01:00
Use "whitespace: pre-wrap" for <tt> text in Remarkup
Summary: I typed (tilde) (space) (space) (space) (space) (space) (tilde) earlier but it just vanishes, make it do what I intended. Also fix a missing space that was breaking a CSS rule (in h1), set it to the intended value, and remove redundant margins (h1..h6). Test Plan: Put some spaces in tildes, made some headers. Reviewers: vrana, btrahan Reviewed By: vrana CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1803
This commit is contained in:
parent
63b96c9835
commit
a2ac052f1e
2 changed files with 66 additions and 65 deletions
|
@ -1367,17 +1367,6 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'disk' => '/rsrc/css/application/maniphest/transaction-detail.css',
|
'disk' => '/rsrc/css/application/maniphest/transaction-detail.css',
|
||||||
),
|
),
|
||||||
0 =>
|
|
||||||
array(
|
|
||||||
'uri' => '/res/b6096fdd/rsrc/js/javelin/lib/__tests__/URI.js',
|
|
||||||
'type' => 'js',
|
|
||||||
'requires' =>
|
|
||||||
array(
|
|
||||||
0 => 'javelin-uri',
|
|
||||||
1 => 'javelin-php-serializer',
|
|
||||||
),
|
|
||||||
'disk' => '/rsrc/js/javelin/lib/__tests__/URI.js',
|
|
||||||
),
|
|
||||||
'multirow-row-manager' =>
|
'multirow-row-manager' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/0a9b3dee/rsrc/js/application/core/MultirowRowManager.js',
|
'uri' => '/res/0a9b3dee/rsrc/js/application/core/MultirowRowManager.js',
|
||||||
|
@ -1632,7 +1621,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phabricator-remarkup-css' =>
|
'phabricator-remarkup-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/02e0f11a/rsrc/css/core/remarkup.css',
|
'uri' => '/res/3a0eb9e5/rsrc/css/core/remarkup.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -1669,6 +1658,17 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'disk' => '/rsrc/css/application/slowvote/slowvote.css',
|
'disk' => '/rsrc/css/application/slowvote/slowvote.css',
|
||||||
),
|
),
|
||||||
|
0 =>
|
||||||
|
array(
|
||||||
|
'uri' => '/res/b6096fdd/rsrc/js/javelin/lib/__tests__/URI.js',
|
||||||
|
'type' => 'js',
|
||||||
|
'requires' =>
|
||||||
|
array(
|
||||||
|
0 => 'javelin-uri',
|
||||||
|
1 => 'javelin-php-serializer',
|
||||||
|
),
|
||||||
|
'disk' => '/rsrc/js/javelin/lib/__tests__/URI.js',
|
||||||
|
),
|
||||||
'phabricator-standard-page-view' =>
|
'phabricator-standard-page-view' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/7e09bbfc/rsrc/css/application/base/standard-page-view.css',
|
'uri' => '/res/7e09bbfc/rsrc/css/application/base/standard-page-view.css',
|
||||||
|
@ -1929,6 +1929,34 @@ celerity_register_resource_map(array(
|
||||||
'uri' => '/res/pkg/0ed3e020/maniphest.pkg.js',
|
'uri' => '/res/pkg/0ed3e020/maniphest.pkg.js',
|
||||||
'type' => 'js',
|
'type' => 'js',
|
||||||
),
|
),
|
||||||
|
'2b5d58e9' =>
|
||||||
|
array(
|
||||||
|
'name' => 'core.pkg.css',
|
||||||
|
'symbols' =>
|
||||||
|
array(
|
||||||
|
0 => 'phabricator-core-css',
|
||||||
|
1 => 'phabricator-core-buttons-css',
|
||||||
|
2 => 'phabricator-standard-page-view',
|
||||||
|
3 => 'aphront-dialog-view-css',
|
||||||
|
4 => 'aphront-form-view-css',
|
||||||
|
5 => 'aphront-panel-view-css',
|
||||||
|
6 => 'aphront-side-nav-view-css',
|
||||||
|
7 => 'aphront-table-view-css',
|
||||||
|
8 => 'aphront-crumbs-view-css',
|
||||||
|
9 => 'aphront-tokenizer-control-css',
|
||||||
|
10 => 'aphront-typeahead-control-css',
|
||||||
|
11 => 'aphront-list-filter-view-css',
|
||||||
|
12 => 'phabricator-directory-css',
|
||||||
|
13 => 'phabricator-jump-nav',
|
||||||
|
14 => 'phabricator-app-buttons-css',
|
||||||
|
15 => 'phabricator-remarkup-css',
|
||||||
|
16 => 'syntax-highlighting-css',
|
||||||
|
17 => 'aphront-pager-view-css',
|
||||||
|
18 => 'phabricator-transaction-view-css',
|
||||||
|
),
|
||||||
|
'uri' => '/res/pkg/2b5d58e9/core.pkg.css',
|
||||||
|
'type' => 'css',
|
||||||
|
),
|
||||||
'2e291441' =>
|
'2e291441' =>
|
||||||
array(
|
array(
|
||||||
'name' => 'differential.pkg.js',
|
'name' => 'differential.pkg.js',
|
||||||
|
@ -2000,34 +2028,6 @@ celerity_register_resource_map(array(
|
||||||
'uri' => '/res/pkg/ae7ea233/typeahead.pkg.js',
|
'uri' => '/res/pkg/ae7ea233/typeahead.pkg.js',
|
||||||
'type' => 'js',
|
'type' => 'js',
|
||||||
),
|
),
|
||||||
'e2934828' =>
|
|
||||||
array(
|
|
||||||
'name' => 'core.pkg.css',
|
|
||||||
'symbols' =>
|
|
||||||
array(
|
|
||||||
0 => 'phabricator-core-css',
|
|
||||||
1 => 'phabricator-core-buttons-css',
|
|
||||||
2 => 'phabricator-standard-page-view',
|
|
||||||
3 => 'aphront-dialog-view-css',
|
|
||||||
4 => 'aphront-form-view-css',
|
|
||||||
5 => 'aphront-panel-view-css',
|
|
||||||
6 => 'aphront-side-nav-view-css',
|
|
||||||
7 => 'aphront-table-view-css',
|
|
||||||
8 => 'aphront-crumbs-view-css',
|
|
||||||
9 => 'aphront-tokenizer-control-css',
|
|
||||||
10 => 'aphront-typeahead-control-css',
|
|
||||||
11 => 'aphront-list-filter-view-css',
|
|
||||||
12 => 'phabricator-directory-css',
|
|
||||||
13 => 'phabricator-jump-nav',
|
|
||||||
14 => 'phabricator-app-buttons-css',
|
|
||||||
15 => 'phabricator-remarkup-css',
|
|
||||||
16 => 'syntax-highlighting-css',
|
|
||||||
17 => 'aphront-pager-view-css',
|
|
||||||
18 => 'phabricator-transaction-view-css',
|
|
||||||
),
|
|
||||||
'uri' => '/res/pkg/e2934828/core.pkg.css',
|
|
||||||
'type' => 'css',
|
|
||||||
),
|
|
||||||
31583232 =>
|
31583232 =>
|
||||||
array(
|
array(
|
||||||
'name' => 'maniphest.pkg.css',
|
'name' => 'maniphest.pkg.css',
|
||||||
|
@ -2067,17 +2067,17 @@ celerity_register_resource_map(array(
|
||||||
'reverse' =>
|
'reverse' =>
|
||||||
array(
|
array(
|
||||||
'aphront-attached-file-view-css' => '31583232',
|
'aphront-attached-file-view-css' => '31583232',
|
||||||
'aphront-crumbs-view-css' => 'e2934828',
|
'aphront-crumbs-view-css' => '2b5d58e9',
|
||||||
'aphront-dialog-view-css' => 'e2934828',
|
'aphront-dialog-view-css' => '2b5d58e9',
|
||||||
'aphront-form-view-css' => 'e2934828',
|
'aphront-form-view-css' => '2b5d58e9',
|
||||||
'aphront-headsup-action-list-view-css' => '09c86840',
|
'aphront-headsup-action-list-view-css' => '09c86840',
|
||||||
'aphront-list-filter-view-css' => 'e2934828',
|
'aphront-list-filter-view-css' => '2b5d58e9',
|
||||||
'aphront-pager-view-css' => 'e2934828',
|
'aphront-pager-view-css' => '2b5d58e9',
|
||||||
'aphront-panel-view-css' => 'e2934828',
|
'aphront-panel-view-css' => '2b5d58e9',
|
||||||
'aphront-side-nav-view-css' => 'e2934828',
|
'aphront-side-nav-view-css' => '2b5d58e9',
|
||||||
'aphront-table-view-css' => 'e2934828',
|
'aphront-table-view-css' => '2b5d58e9',
|
||||||
'aphront-tokenizer-control-css' => 'e2934828',
|
'aphront-tokenizer-control-css' => '2b5d58e9',
|
||||||
'aphront-typeahead-control-css' => 'e2934828',
|
'aphront-typeahead-control-css' => '2b5d58e9',
|
||||||
'differential-changeset-view-css' => '09c86840',
|
'differential-changeset-view-css' => '09c86840',
|
||||||
'differential-core-view-css' => '09c86840',
|
'differential-core-view-css' => '09c86840',
|
||||||
'differential-inline-comment-editor' => '2e291441',
|
'differential-inline-comment-editor' => '2e291441',
|
||||||
|
@ -2135,23 +2135,23 @@ celerity_register_resource_map(array(
|
||||||
'maniphest-task-detail-css' => '31583232',
|
'maniphest-task-detail-css' => '31583232',
|
||||||
'maniphest-task-summary-css' => '31583232',
|
'maniphest-task-summary-css' => '31583232',
|
||||||
'maniphest-transaction-detail-css' => '31583232',
|
'maniphest-transaction-detail-css' => '31583232',
|
||||||
'phabricator-app-buttons-css' => 'e2934828',
|
'phabricator-app-buttons-css' => '2b5d58e9',
|
||||||
'phabricator-content-source-view-css' => '09c86840',
|
'phabricator-content-source-view-css' => '09c86840',
|
||||||
'phabricator-core-buttons-css' => 'e2934828',
|
'phabricator-core-buttons-css' => '2b5d58e9',
|
||||||
'phabricator-core-css' => 'e2934828',
|
'phabricator-core-css' => '2b5d58e9',
|
||||||
'phabricator-directory-css' => 'e2934828',
|
'phabricator-directory-css' => '2b5d58e9',
|
||||||
'phabricator-drag-and-drop-file-upload' => '2e291441',
|
'phabricator-drag-and-drop-file-upload' => '2e291441',
|
||||||
'phabricator-dropdown-menu' => '95944588',
|
'phabricator-dropdown-menu' => '95944588',
|
||||||
'phabricator-jump-nav' => 'e2934828',
|
'phabricator-jump-nav' => '2b5d58e9',
|
||||||
'phabricator-keyboard-shortcut' => '95944588',
|
'phabricator-keyboard-shortcut' => '95944588',
|
||||||
'phabricator-keyboard-shortcut-manager' => '95944588',
|
'phabricator-keyboard-shortcut-manager' => '95944588',
|
||||||
'phabricator-menu-item' => '95944588',
|
'phabricator-menu-item' => '95944588',
|
||||||
'phabricator-object-selector-css' => '09c86840',
|
'phabricator-object-selector-css' => '09c86840',
|
||||||
'phabricator-paste-file-upload' => '95944588',
|
'phabricator-paste-file-upload' => '95944588',
|
||||||
'phabricator-remarkup-css' => 'e2934828',
|
'phabricator-remarkup-css' => '2b5d58e9',
|
||||||
'phabricator-shaped-request' => '2e291441',
|
'phabricator-shaped-request' => '2e291441',
|
||||||
'phabricator-standard-page-view' => 'e2934828',
|
'phabricator-standard-page-view' => '2b5d58e9',
|
||||||
'phabricator-transaction-view-css' => 'e2934828',
|
'phabricator-transaction-view-css' => '2b5d58e9',
|
||||||
'syntax-highlighting-css' => 'e2934828',
|
'syntax-highlighting-css' => '2b5d58e9',
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #ebebeb;
|
background: #ebebeb;
|
||||||
padding: 0 .25em;
|
padding: 0 .25em;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-remarkup ul {
|
.phabricator-remarkup ul {
|
||||||
|
@ -91,37 +92,37 @@
|
||||||
.phabricator-remarkup h1 {
|
.phabricator-remarkup h1 {
|
||||||
font-size: 1.625em;
|
font-size: 1.625em;
|
||||||
line-height: 1.625em;
|
line-height: 1.625em;
|
||||||
margin: .8em0 0 .8em;
|
margin: .8em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-remarkup h2 {
|
.phabricator-remarkup h2 {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
margin: .75em 0 .75em;
|
margin: .75em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-remarkup h3 {
|
.phabricator-remarkup h3 {
|
||||||
font-size: 1.375em;
|
font-size: 1.375em;
|
||||||
line-height: 1.375em;
|
line-height: 1.375em;
|
||||||
margin: .69em 0 .69em;
|
margin: .69em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-remarkup h4 {
|
.phabricator-remarkup h4 {
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
line-height: 1.25em;
|
line-height: 1.25em;
|
||||||
margin: .63em 0 .63em;
|
margin: .63em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-remarkup h5 {
|
.phabricator-remarkup h5 {
|
||||||
font-size: 1.125em;
|
font-size: 1.125em;
|
||||||
line-height: 1.125em;
|
line-height: 1.125em;
|
||||||
margin: .56em 0 .56em;
|
margin: .56em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-remarkup h6 {
|
.phabricator-remarkup h6 {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
margin: .5em 0 .5em;
|
margin: .5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-remarkup blockquote {
|
.phabricator-remarkup blockquote {
|
||||||
|
|
Loading…
Reference in a new issue