aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/assets/stylesheets
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-12-24 17:26:18 -0800
committerXavier Noria <fxn@hashref.com>2011-12-24 17:32:52 -0800
commit8eb359661745adc639d43cf7da9a92fc1f6c9539 (patch)
tree6d87ae4e88c83e5e533566eb9492dd53b0de2a98 /railties/guides/assets/stylesheets
parent41e466fda827b9e002bb356e34ba4b82f7b72059 (diff)
downloadrails-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/stylesheets')
-rw-r--r--railties/guides/assets/stylesheets/kindle.css11
1 files changed, 11 insertions, 0 deletions
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