Help for this page

Select Code to Download


  1. or download this
    pre.code tt.codetext
    { counter-reset: codeLines; }
    ...
    { counter-increment: codeLines;
      content: counter(codeLines,decimal-leading-zero) ": ";
    }
    
  2. or download this
    span.line-break { content: '' }