Fix external documentation styling

This commit is contained in:
Kyle Shockey
2017-07-14 18:22:01 -07:00
parent 4c6b765fe0
commit 7d01a5a8ac

View File

@@ -390,6 +390,7 @@ body
} }
.opblock-description-wrapper, .opblock-description-wrapper,
.opblock-external-docs-wrapper,
.opblock-title_normal .opblock-title_normal
{ {
font-size: 12px; font-size: 12px;
@@ -418,6 +419,12 @@ body
} }
} }
.opblock-external-docs-wrapper {
h4 {
padding-left: 0px;
}
}
.execute-wrapper .execute-wrapper
{ {
padding: 20px; padding: 20px;