aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/files/stylesheets
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-02-17 23:14:58 +0100
committerXavier Noria <fxn@hashref.com>2009-02-17 23:14:58 +0100
commit190984567eef0625d25f450d73af9e7cc5d9cd0c (patch)
tree7678f01743706af84e857f2940728f135142ca84 /railties/guides/files/stylesheets
parentfefbddbfdb792d844cf360d6926972ae6c5913af (diff)
downloadrails-190984567eef0625d25f450d73af9e7cc5d9cd0c.tar.gz
rails-190984567eef0625d25f450d73af9e7cc5d9cd0c.tar.bz2
rails-190984567eef0625d25f450d73af9e7cc5d9cd0c.zip
textilize titles in ToC of guides
Diffstat (limited to 'railties/guides/files/stylesheets')
-rw-r--r--railties/guides/files/stylesheets/main.css3
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;