diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-06-02 11:00:22 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-06-02 11:00:22 +0200 |
commit | a9a230dfc31d9d5092adda51344b0c9f725d9788 (patch) | |
tree | e9b864c6c0e08d37afce0df70b1a9bffdb3f94a9 /test/books | |
parent | 13fb949d6818bc47a2215ee788c392fa38e1e1d6 (diff) | |
parent | 6d53e5277100fe6a9372dea4ab9d70c769a28176 (diff) | |
download | gitbook-a9a230dfc31d9d5092adda51344b0c9f725d9788.zip gitbook-a9a230dfc31d9d5092adda51344b0c9f725d9788.tar.gz gitbook-a9a230dfc31d9d5092adda51344b0c9f725d9788.tar.bz2 |
Merge pull request #781 from GitbookIO/fix/775
Fix #775: add optional print.css style
Diffstat (limited to 'test/books')
-rw-r--r-- | test/books/style-print/README.md | 3 | ||||
-rw-r--r-- | test/books/style-print/SUMMARY.md | 1 | ||||
-rw-r--r-- | test/books/style-print/styles/print.css | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/test/books/style-print/README.md b/test/books/style-print/README.md new file mode 100644 index 0000000..09ade40 --- /dev/null +++ b/test/books/style-print/README.md @@ -0,0 +1,3 @@ +# Readme + +Default description for the book. diff --git a/test/books/style-print/SUMMARY.md b/test/books/style-print/SUMMARY.md new file mode 100644 index 0000000..ac9323c --- /dev/null +++ b/test/books/style-print/SUMMARY.md @@ -0,0 +1 @@ +# Summary diff --git a/test/books/style-print/styles/print.css b/test/books/style-print/styles/print.css new file mode 100644 index 0000000..b05faf8 --- /dev/null +++ b/test/books/style-print/styles/print.css @@ -0,0 +1,3 @@ +body { + color: red; +} |