From 7aa34fd192a88613ad18a9be5a358104edb91755 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Tue, 6 Sep 2016 22:42:57 +0200 Subject: [PATCH] Removed max width from the YARD output YARD apparently switched layout to something that doesn't like this, so let's just get rid of it. --- doc/css/common.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/css/common.css b/doc/css/common.css index 504d9c3..04da968 100644 --- a/doc/css/common.css +++ b/doc/css/common.css @@ -2,8 +2,6 @@ body { font-size: 14px; line-height: 1.6; - margin: 0 auto; - max-width: 960px; } p code, dd code, li code