Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Where clover.css is a file that is accessible by the coverage script - it will copy it across with the rest of the files.

The file should contain re-definitions of styles in the original stylesheet which will then be overridden.

Code Block
.text p.hide_run {
    background: #00ff00;
}

...