Skip to content

Commit

Permalink
Doc: Push small CSS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smondet committed Feb 26, 2020
1 parent 263c0a3 commit 8262ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build-doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ css_path=$output_path/$css_file
cat >> $output_path/odoc.css <<EOF
body {
max-width: 72em; /* A bit larger than odoc's output */
margin-left: 4em;
}
EOF
cat $output_path/odoc.css > $css_path
Expand Down

0 comments on commit 8262ad8

Please sign in to comment.