Skip to content

Commit

Permalink
Quit requesting the empty tool_menu.css everywhere else in the app.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Aug 5, 2016
1 parent 22ac764 commit b4404b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/webapps/galaxy/admin/index.mako
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<%def name="stylesheets()">
${parent.stylesheets()}
## Include "base.css" for styling tool menu and forms (details)
${h.css( "base", "autocomplete_tagging", "tool_menu" )}
${h.css( "base", "autocomplete_tagging" )}
## But make sure styles for the layout take precedence
${parent.stylesheets()}
Expand Down
2 changes: 1 addition & 1 deletion templates/webapps/reports/index.mako
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<%def name="stylesheets()">
${parent.stylesheets()}
## Include "base.css" for styling tool menu and forms (details)
${h.css( "base", "autocomplete_tagging", "tool_menu" )}
${h.css( "base", "autocomplete_tagging" )}
## But make sure styles for the layout take precedence
${parent.stylesheets()}
Expand Down
2 changes: 1 addition & 1 deletion templates/webapps/tool_shed/admin/index.mako
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<%def name="stylesheets()">
## Include "base.css" for styling tool menu and forms (details)
${h.css( "base", "autocomplete_tagging", "tool_menu" )}
${h.css( "base", "autocomplete_tagging" )}
## But make sure styles for the layout take precedence
${parent.stylesheets()}
Expand Down
2 changes: 1 addition & 1 deletion templates/webapps/tool_shed/group/index.mako
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<%def name="stylesheets()">
## Include "base.css" for styling tool menu and forms (details)
${h.css( "base", "autocomplete_tagging", "tool_menu" )}
${h.css( "base", "autocomplete_tagging" )}
## But make sure styles for the layout take precedence
${parent.stylesheets()}
Expand Down
2 changes: 1 addition & 1 deletion templates/webapps/tool_shed/index.mako
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<%def name="stylesheets()">
## Include "base.css" for styling tool menu and forms (details)
${h.css( "base", "autocomplete_tagging", "tool_menu" )}
${h.css( "base", "autocomplete_tagging" )}
## But make sure styles for the layout take precedence
${parent.stylesheets()}
Expand Down

0 comments on commit b4404b7

Please sign in to comment.