Styling readme.html in plugin?

It would be better to include your own CSS file that way you can:

  • Use a relative path to your CSS.
  • Avoid problems getting the path right to the wp-admin directory. Not all people put WordPress in the root directory, so your example above would break for them.
  • Possibly redundancy by reusing the CSS in your HTML & admin pages for your plugin.