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.

15 lines
172B

  1. p.caption {
  2. color: #777;
  3. margin-top: 10px;
  4. }
  5. p code {
  6. white-space: inherit;
  7. }
  8. pre {
  9. word-break: normal;
  10. word-wrap: normal;
  11. }
  12. pre code {
  13. white-space: inherit;
  14. }