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:
parent
7a8220ae78
commit
7aa34fd192
|
|
@ -2,8 +2,6 @@ body
|
||||||
{
|
{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 960px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p code, dd code, li code
|
p code, dd code, li code
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue