Skip to content

Commit

Permalink
Update Bootstrap to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt committed May 17, 2018
1 parent a80e781 commit 7bea92d
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions src/zmi/styles/resources/bootstrap-4.0.0/bootstrap.min.css

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions src/zmi/styles/resources/bootstrap-4.1.1/bootstrap.min.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/zmi/styles/subscriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
def css_paths(context):
"""Return paths to CSS files needed for the Zope 4 ZMI."""
return (
'/++resource++zmi/bootstrap-4.0.0/bootstrap.min.css',
'/++resource++zmi/bootstrap-4.1.1/bootstrap.min.css',
'/++resource++zmi/zopetello/css/zopetello.css',
)

Expand All @@ -16,5 +16,5 @@ def js_paths(context):
"""Return paths to JS files needed for the Zope 4 ZMI."""
return (
'/++resource++zmi/jquery-3.2.1.min.js',
'/++resource++zmi/bootstrap-4.0.0/bootstrap.bundle.min.js',
'/++resource++zmi/bootstrap-4.1.1/bootstrap.bundle.min.js',
)

0 comments on commit 7bea92d

Please sign in to comment.