diff options
Diffstat (limited to 'railties/guides/files')
-rw-r--r-- | railties/guides/files/stylesheets/main.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/railties/guides/files/stylesheets/main.css b/railties/guides/files/stylesheets/main.css index e7d184a4e5..3b314946af 100644 --- a/railties/guides/files/stylesheets/main.css +++ b/railties/guides/files/stylesheets/main.css @@ -483,6 +483,9 @@ h6 { font-size: 1em; font-weight: normal; } +#subCol .chapters p { + font-size: 1em; +} tt { font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace; |