From 46e2db0da681775399ef8e656cd84f05a4776e40 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 25 Dec 2011 04:07:49 -0800 Subject: download guides for the Kindle and Kindle apps from the home page --- railties/guides/assets/stylesheets/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'railties/guides/assets') diff --git a/railties/guides/assets/stylesheets/main.css b/railties/guides/assets/stylesheets/main.css index cf6e9e5cc8..4a775f632c 100644 --- a/railties/guides/assets/stylesheets/main.css +++ b/railties/guides/assets/stylesheets/main.css @@ -341,6 +341,14 @@ h6 { margin-top: 0.25em; } +#mainCol dd.kindle, #subCol dd.kindle { + background: #d5e9f6 url(../images/tab_info.gif) no-repeat left top; + border: none; + padding: 1.25em 1em 1.25em 48px; + margin-left: 0; + margin-top: 0.25em; +} + #mainCol div.warning, #subCol dd.warning { background: #f9d9d8 url(../images/tab_red.gif) no-repeat left top; border: none; -- cgit v1.2.3