Skip to content

Commit

Permalink
Update bootstrap to v4.0.0-beta
Browse files Browse the repository at this point in the history
Fixes twbs/bootstrap#21771 which
affected printing the tutorials to PDF.
  • Loading branch information
nsoranzo committed Aug 31, 2017
1 parent 5ea6b8c commit 40bf07f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _includes/default-header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<header>
<nav class="navbar navbar-toggleable-md navbar-inverse">
<nav class="navbar navbar-expand-md navbar-dark">
<div class="container">
<a class="navbar-brand" href="{{ site.url }}/">
<img src="{{ site.url }}{{ site.small_logo }}" height="30" alt="Galaxy Training Network logo">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/tutorial_hands_on.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% endfor %}

<header>
<nav class="navbar navbar-toggleable-md navbar-inverse">
<nav class="navbar navbar-expand-md navbar-dark">
<div class="container">
<a class="navbar-brand" href="{{ site.url }}/">
<img src="{{ site.url }}{{ site.small_logo }}" height="30" alt="Galaxy Training Network logo">
Expand Down
5 changes: 3 additions & 2 deletions assets/css/bootstrap.min.css

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions assets/js/bootstrap.min.js

Large diffs are not rendered by default.

0 comments on commit 40bf07f

Please sign in to comment.