From ec6ff1b17a8c070e348a61011f3630ebd3457ebf Mon Sep 17 00:00:00 2001 From: Jeff Dickey Date: Thu, 9 Feb 2012 13:10:49 -0800 Subject: [PATCH] Fixed styles when browser is narrower than 69em. --- railties/guides/assets/stylesheets/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/railties/guides/assets/stylesheets/main.css b/railties/guides/assets/stylesheets/main.css index 4a775f632c..90723cc8e1 100644 --- a/railties/guides/assets/stylesheets/main.css +++ b/railties/guides/assets/stylesheets/main.css @@ -81,6 +81,7 @@ body { font-size: 87.5%; line-height: 1.5em; background: #222; + min-width: 69em; color: #999; } -- GitLab