Skip to content

Commit

Permalink
Update tech-docs-template
Browse files Browse the repository at this point in the history
Using the following command and accepting all changes except `.gitignore`
which would have partially reverted 2f9a75c:

  bundle exec middleman init . -T alphagov/tech-docs-template

The update address two issues that have been fixed upstream:

- alphagov/tech-docs-template#118 to re-add H1 dividers which we already
  applied in a5ab659
- alphagov/tech-docs-template#120 to render correctly when Javascript is
  disabled
  • Loading branch information
dcarley committed Dec 14, 2017
1 parent 3237d03 commit f8fde44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .template_version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
:remote: https://github.com/alphagov/tech-docs-template.git
:revision: head
:revision: eb730095465c751462a691350f6968227f8aa325
3 changes: 2 additions & 1 deletion source/stylesheets/modules/_app-pane.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
}
}

.no-flexbox.no-flexboxtweener {
.no-flexbox.no-flexboxtweener,
.no-js {
.app-pane__toc {
float: left;
width: $toc-width;
Expand Down

0 comments on commit f8fde44

Please sign in to comment.