Sha256: 332dbc902d5615b33d2fb4975b8d2cffe9778c3438791567a3d1069c86bd03d0

Contents?: true

Size: 613 Bytes

Versions: 1

Compression:

Stored size: 613 Bytes

Contents

/* hide lengthy template information */
.memtemplate, .memTemplParams {
    display: none;
}

/* allow compiler information to wrap */
/* https://css-tricks.com/snippets/css/make-pre-text-wrap/ */
pre.fragment {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

td.paramname {
    vertical-align: top;
}

.ok_green {
    background-color: #89C35C;
}

.nok_throws {
    background-color: #ffa500;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simdjson-0.3.0 vendor/simdjson/dependencies/json/doc/css/mylayout.css