summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html/css.rb
Commit message (Collapse)AuthorAgeFilesLines
* Re-indented everything. Sorry to break the blame chain.murphy2006-04-161-2/+4
|
* styles/_map.rb added. :cycnus is now default style. html/css.rb adjusted.murphy2006-04-151-4/+1
| | | | | | | | | | ROADMAP and TODO updated. Ruby scanner: Fixed a bug: Fancy strings don't allow \w delimiters. They _do_ also allow whitespace delimiters, but adding this would cause many scan errors. So I leave this bug unfixed.
* Fixed HTML encoder.murphy2006-03-151-1/+1
| | | | | Changed HTML::CSS.load_stylesheet behaviour.
* Some fixes for cYcnus style (capital Y makes problems)murphy2005-12-051-1/+1
| | | | | Fixes in the coderay_rdoc_template.
* New Style system added - still beta.murphy2005-11-131-111/+22
| | | | | | | | Demos adjusted coderay.rb, encoders/html.rb, encoders/div.rb adjusted. encoders/html/* files rebuild.
* New helper module scheme, step 3murphy2005-11-051-0/+155