/* Slightly rounded corners on all inline doc images. Scoped to .md-typeset
   so the header logo and other theme chrome aren't affected. */
.md-typeset img {
    border-radius: 6px;
}
