diff options
author | Xavier Noria <fxn@hashref.com> | 2011-12-24 17:26:18 -0800 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-12-24 17:32:52 -0800 |
commit | 8eb359661745adc639d43cf7da9a92fc1f6c9539 (patch) | |
tree | 6d87ae4e88c83e5e533566eb9492dd53b0de2a98 /railties/guides/assets | |
parent | 41e466fda827b9e002bb356e34ba4b82f7b72059 (diff) | |
download | rails-8eb359661745adc639d43cf7da9a92fc1f6c9539.tar.gz rails-8eb359661745adc639d43cf7da9a92fc1f6c9539.tar.bz2 rails-8eb359661745adc639d43cf7da9a92fc1f6c9539.zip |
(draft) guides for the Kindle and Kindle apps [Mip Earson & Xavier Noria]
Diffstat (limited to 'railties/guides/assets')
-rw-r--r-- | railties/guides/assets/images/rails_guides_kindle_cover.jpg | bin | 0 -> 31785 bytes | |||
-rw-r--r-- | railties/guides/assets/stylesheets/kindle.css | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/railties/guides/assets/images/rails_guides_kindle_cover.jpg b/railties/guides/assets/images/rails_guides_kindle_cover.jpg Binary files differnew file mode 100644 index 0000000000..9eb16720a9 --- /dev/null +++ b/railties/guides/assets/images/rails_guides_kindle_cover.jpg diff --git a/railties/guides/assets/stylesheets/kindle.css b/railties/guides/assets/stylesheets/kindle.css new file mode 100644 index 0000000000..b26cd1786a --- /dev/null +++ b/railties/guides/assets/stylesheets/kindle.css @@ -0,0 +1,11 @@ +p { text-indent: 0; } + +p, H1, H2, H3, H4, H5, H6, H7, H8, table { margin-top: 1em;} + +.pagebreak { page-break-before: always; } +#toc H3 { + text-indent: 1em; +} +#toc .document { + text-indent: 2em; +}
\ No newline at end of file |