From ef00851b8edbc54042ebd842ea814f3154204750 Mon Sep 17 00:00:00 2001 From: Mathieu David Date: Sat, 1 Aug 2015 17:21:05 +0200 Subject: [PATCH] Fixes #24 --- book-example/book/README.html | 10 +++++----- book-example/book/book.css | 2 +- book-example/book/cli/build.html | 10 +++++----- book-example/book/cli/cli-tool.html | 10 +++++----- book-example/book/cli/init.html | 10 +++++----- book-example/book/index.html | 10 +++++----- src/theme/book.css | 2 +- src/theme/index.hbs | 10 +++++----- 8 files changed, 32 insertions(+), 32 deletions(-) diff --git a/book-example/book/README.html b/book-example/book/README.html index 981dad18..4c56ee9a 100644 --- a/book-example/book/README.html +++ b/book-example/book/README.html @@ -19,12 +19,12 @@
- -
+ +

mdBook

mdBook is a command line tool and Rust library to create books using Markdown. diff --git a/book-example/book/book.css b/book-example/book/book.css index 86ac8f08..ed958c2d 100644 --- a/book-example/book/book.css +++ b/book-example/book/book.css @@ -56,7 +56,7 @@ html, body { .page { position: absolute; - top: 50px; + top: 0; right: 0; left: 0; bottom: 0; diff --git a/book-example/book/cli/build.html b/book-example/book/cli/build.html index 4322b6d6..d672d319 100644 --- a/book-example/book/cli/build.html +++ b/book-example/book/cli/build.html @@ -19,12 +19,12 @@

- -
+ +

The build command

The build command is used to render your book:

diff --git a/book-example/book/cli/cli-tool.html b/book-example/book/cli/cli-tool.html index d7c2fe38..95b588f8 100644 --- a/book-example/book/cli/cli-tool.html +++ b/book-example/book/cli/cli-tool.html @@ -19,12 +19,12 @@
- -
+ +

Command Line Tool

mdBook can be used either as a command line tool or a Rust library. diff --git a/book-example/book/cli/init.html b/book-example/book/cli/init.html index c9fef2ea..bd9e44cc 100644 --- a/book-example/book/cli/init.html +++ b/book-example/book/cli/init.html @@ -19,12 +19,12 @@

- -
+ +

The init command

The init command, used like this:

diff --git a/book-example/book/index.html b/book-example/book/index.html index 981dad18..4c56ee9a 100644 --- a/book-example/book/index.html +++ b/book-example/book/index.html @@ -19,12 +19,12 @@
- -
+ +

mdBook

mdBook is a command line tool and Rust library to create books using Markdown. diff --git a/src/theme/book.css b/src/theme/book.css index 86ac8f08..ed958c2d 100644 --- a/src/theme/book.css +++ b/src/theme/book.css @@ -56,7 +56,7 @@ html, body { .page { position: absolute; - top: 50px; + top: 0; right: 0; left: 0; bottom: 0; diff --git a/src/theme/index.hbs b/src/theme/index.hbs index d2177dc9..a2b028bc 100644 --- a/src/theme/index.hbs +++ b/src/theme/index.hbs @@ -19,12 +19,12 @@

- -
+ +
{{{ content }}}