aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/files/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'railties/guides/files/stylesheets')
-rw-r--r--railties/guides/files/stylesheets/main.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/railties/guides/files/stylesheets/main.css b/railties/guides/files/stylesheets/main.css
index 3b314946af..f8302505c5 100644
--- a/railties/guides/files/stylesheets/main.css
+++ b/railties/guides/files/stylesheets/main.css
@@ -503,6 +503,13 @@ code, pre {
overflow: auto;
}
+.info code, .info pre {
+ background-image: none;
+ background-color: #C5D9E6;
+ padding: 0.25em 1em;
+ min-height: 1px;
+}
+
.note {
background: #fff9d8 url(../../images/tab_note.gif) no-repeat left top;
border: none;