Skip to content

Commit

Permalink
Merge pull request google#759 from gwatts/gwatts/fix-print-margins
Browse files Browse the repository at this point in the history
Fix wide print margin
  • Loading branch information
LisaFC authored Nov 14, 2021
2 parents 6c98aa6 + 29f339c commit abd8f6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions layouts/docs/baseof.print.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
<div class="container-fluid td-outer">
<div class="td-main">
<div class="row flex-xl-nowrap">
<div class="col-12 col-md-3 col-xl-2 td-sidebar d-print-none">
</div>
<div class="d-none d-xl-block col-xl-2 td-toc d-print-none">
</div>
<main class="col-12 col-md-9 col-xl-8 pl-md-5" role="main">
{{ block "main" . }}{{ end }}
</main>
Expand Down
2 changes: 1 addition & 1 deletion userguide/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ blog = "/:section/:year/:month/:day/:slug/"
[outputs]
home = [ "HTML" ]
page = [ "HTML" ]
#section = [ "HTML", "RSS", "print"]
section = [ "HTML", "RSS", "print"]

## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
[blackfriday]
Expand Down

0 comments on commit abd8f6a

Please sign in to comment.