I was looking at http://docs.moodle.org/dev/CSS_coding_style and it states that style sheets in plugins are typically named styles.css.
.block_simplehtml { border: 1px black solid}
This was a example in http://docs.moodle.org/dev/Blocks. I put this file in a simplehtml block plugin and there was no effect. Should it be named something else? Maybe put somewhere else?
Thank you.