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.
This commit is contained in:
Yorick Peterse 2016-09-06 22:42:57 +02:00
parent 7a8220ae78
commit 7aa34fd192
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ body
{
font-size: 14px;
line-height: 1.6;
margin: 0 auto;
max-width: 960px;
}
p code, dd code, li code