Sha256: 2486190e3f9a3e44aee3c3744f86ff43df27e4d525e61590b201966f0b05bbde
Contents?: true
Size: 909 Bytes
Versions: 12
Compression:
Stored size: 909 Bytes
Contents
// Inline and block code styles code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } code { padding: 0.2em 0.4em; font-size: 85%; background-color: $grey-bg-color; border-radius: $border-radius; word-wrap: break-word; a > & { padding: 0; color: inherit; background-color: inherit; } } kbd { padding: 0.2em 0.4em; font-size: 85%; background-color: $grey-bg-color; border-radius: $border-radius; kbd { padding: 0; font-size: 100%; } } pre { display: block; margin-top: 0; margin-bottom: 1em; padding: 1.5em; font-size: 85%; background-color: $grey-bg-color; overflow: auto; border-radius: $border-radius; code { padding: 0; font-size: inherit; color: inherit; background-color: transparent; border-radius: 0; word-wrap: normal; white-space: inherit; } }
Version data entries
12 entries across 12 versions & 1 rubygems