Skip to content

Commit

Permalink
Remove unused inbound pseudo class
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 5, 2017
1 parent 6a52dcc commit f1d53ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/layout/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ define( [ 'layout/masthead', 'layout/panel', 'mvc/ui/ui-modal', 'utils/utils' ],
'<div id="messagebox"/>',
'<div id="inactivebox" class="panel-warning-message" />',
'<div id="left" />',
'<div id="center" class="inbound" />',
'<div id="center" />',
'<div id="right" />',
'</div>',
'<div id="dd-helper" />',
Expand Down
2 changes: 1 addition & 1 deletion static/maps/layout/page.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/layout/page.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1d53ef

Please sign in to comment.