mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix breadcrumbs in WinIE
Summary: Fixes T5902, in theory float and inline-block achieve the same thing. Test Plan: Test Safari, IE, and Chrome crumb layouts in Phriction, Diffusion, and Maniphest. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T5902 Differential Revision: https://secure.phabricator.com/D10347
This commit is contained in:
parent
6dd82d86a2
commit
124fd20654
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '740b85f8',
|
||||
'core.pkg.css' => 'f1325aa6',
|
||||
'core.pkg.js' => 'f67c8265',
|
||||
'darkconsole.pkg.js' => 'df001cab',
|
||||
'differential.pkg.css' => '36884139',
|
||||
|
@ -112,7 +112,7 @@ return array(
|
|||
'rsrc/css/font/font-source-sans-pro.css' => '91d53463',
|
||||
'rsrc/css/font/phui-font-icon-base.css' => 'eb84f033',
|
||||
'rsrc/css/layout/phabricator-action-header-view.css' => '83e2cc86',
|
||||
'rsrc/css/layout/phabricator-crumbs-view.css' => '7fbf25b8',
|
||||
'rsrc/css/layout/phabricator-crumbs-view.css' => 'a49339de',
|
||||
'rsrc/css/layout/phabricator-filetree-view.css' => 'fccf9f82',
|
||||
'rsrc/css/layout/phabricator-hovercard-view.css' => '893f4783',
|
||||
'rsrc/css/layout/phabricator-side-menu-view.css' => 'a2ccd7bd',
|
||||
|
@ -710,7 +710,7 @@ return array(
|
|||
'phabricator-content-source-view-css' => '4b8b05d4',
|
||||
'phabricator-core-css' => '40151074',
|
||||
'phabricator-countdown-css' => '86b7b0a0',
|
||||
'phabricator-crumbs-view-css' => '7fbf25b8',
|
||||
'phabricator-crumbs-view-css' => 'a49339de',
|
||||
'phabricator-dashboard-css' => 'a2bfdcbf',
|
||||
'phabricator-drag-and-drop-file-upload' => '8c49f386',
|
||||
'phabricator-draggable-list' => 'bfccc644',
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
}
|
||||
|
||||
.phabricator-crumb-view {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
height: 31px;
|
||||
line-height: 31px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue