25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }