mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Missed a class (multicolumn)
Summary: re-grep Test Plan: View Multicolumn example, last row doesn't have line. Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8195
This commit is contained in:
parent
b1243e549c
commit
9f92a81ea9
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ return array(
|
|||
'rsrc/css/aphront/error-view.css' => '16cd9949',
|
||||
'rsrc/css/aphront/lightbox-attachment.css' => '686f8885',
|
||||
'rsrc/css/aphront/list-filter-view.css' => 'ef989c67',
|
||||
'rsrc/css/aphront/multi-column.css' => '6f7573f0',
|
||||
'rsrc/css/aphront/multi-column.css' => '12f65921',
|
||||
'rsrc/css/aphront/notification.css' => '6901121e',
|
||||
'rsrc/css/aphront/pager-view.css' => '2e3539af',
|
||||
'rsrc/css/aphront/panel-view.css' => '5846dfa2',
|
||||
|
@ -483,7 +483,7 @@ return array(
|
|||
'aphront-dialog-view-css' => 'dd9db96c',
|
||||
'aphront-error-view-css' => '16cd9949',
|
||||
'aphront-list-filter-view-css' => 'ef989c67',
|
||||
'aphront-multi-column-view-css' => '6f7573f0',
|
||||
'aphront-multi-column-view-css' => '12f65921',
|
||||
'aphront-notes' => '6acadd3f',
|
||||
'aphront-pager-view-css' => '2e3539af',
|
||||
'aphront-panel-view-css' => '5846dfa2',
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.phui-box-shadow .aphront-multi-colum-column-outer-last {
|
||||
.phui-box-border .aphront-multi-colum-column-outer-last {
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue