From 190984567eef0625d25f450d73af9e7cc5d9cd0c Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 17 Feb 2009 23:14:58 +0100 Subject: textilize titles in ToC of guides --- railties/guides/files/stylesheets/main.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'railties/guides/files/stylesheets') 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; -- cgit v1.2.3