2016-05-02 13:34:06 -04:00
|
|
|
/* Fallback, in case JS does not run, to ensure the code is at least visible */
|
|
|
|
.lang-markup script[type='text/plain'],
|
|
|
|
.language-markup script[type='text/plain'],
|
|
|
|
script[type='text/plain'].lang-markup,
|
|
|
|
script[type='text/plain'].language-markup {
|
|
|
|
display: block;
|
2016-06-05 16:46:19 -04:00
|
|
|
font: 100% Consolas, Monaco, monospace;
|
2016-05-02 13:34:06 -04:00
|
|
|
white-space: pre;
|
|
|
|
overflow: auto;
|
|
|
|
}
|