Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14379765
D11846.id28546.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D11846.id28546.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -7,7 +7,7 @@
*/
return array(
'names' => array(
- 'core.pkg.css' => 'd31eec13',
+ 'core.pkg.css' => '44adcc42',
'core.pkg.js' => '23d653bb',
'darkconsole.pkg.js' => '8ab24e01',
'differential.pkg.css' => '380f07e5',
@@ -105,7 +105,7 @@
'rsrc/css/application/tokens/tokens.css' => '3d0f239e',
'rsrc/css/application/uiexample/example.css' => '528b19de',
'rsrc/css/core/core.css' => '8f9b9588',
- 'rsrc/css/core/remarkup.css' => 'de20f873',
+ 'rsrc/css/core/remarkup.css' => 'e8e5a324',
'rsrc/css/core/syntax.css' => '56c1ba38',
'rsrc/css/core/z-index.css' => '40eb7003',
'rsrc/css/diviner/diviner-shared.css' => '38813222',
@@ -738,7 +738,7 @@
'phabricator-phtize' => 'd254d646',
'phabricator-prefab' => '72da38cc',
'phabricator-profile-css' => 'b4896815',
- 'phabricator-remarkup-css' => 'de20f873',
+ 'phabricator-remarkup-css' => 'e8e5a324',
'phabricator-search-results-css' => 'f240504c',
'phabricator-shaped-request' => '7cbe244b',
'phabricator-side-menu-view-css' => '7e8c6341',
diff --git a/webroot/rsrc/css/core/remarkup.css b/webroot/rsrc/css/core/remarkup.css
--- a/webroot/rsrc/css/core/remarkup.css
+++ b/webroot/rsrc/css/core/remarkup.css
@@ -330,7 +330,8 @@
.phabricator-remarkup h5.remarkup-header:first-child,
.phabricator-remarkup h6.remarkup-header:first-child,
.phabricator-remarkup blockquote:first-child,
-.phabricator-remarkup table.remarkup-table:first-child {
+.phabricator-remarkup table.remarkup-table:first-child,
+.phabricator-remarkup .remarkup-note:first-child {
margin-top: 0;
}
@@ -345,7 +346,8 @@
.phabricator-remarkup h5.remarkup-header:last-child,
.phabricator-remarkup h6.remarkup-header:last-child,
.phabricator-remarkup blockquote:last-child,
-.phabricator-remarkup table.remarkup-table:last-child {
+.phabricator-remarkup table.remarkup-table:last-child,
+.phabricator-remarkup .remarkup-note:last-child {
margin-bottom: 0;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 3:12 AM (17 h, 24 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6917223
Default Alt Text
D11846.id28546.diff (2 KB)
Attached To
Mode
D11846: Make Remarkup Notes not have margin as first or last child
Attached
Detach File
Event Timeline
Log In to Comment