Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

11 rader
359 B

  1. /* Fallback, in case JS does not run, to ensure the code is at least visible */
  2. [class*='lang-'] script[type='text/plain'],
  3. [class*='language-'] script[type='text/plain'],
  4. script[type='text/plain'][class*='lang-'],
  5. script[type='text/plain'][class*='language-'] {
  6. display: block;
  7. font: 100% Consolas, Monaco, monospace;
  8. white-space: pre;
  9. overflow: auto;
  10. }