1--- ../Pygments-1.4.orig/external/rst-directive.py 2010-03-01 17:31:16.000000000 +0100
2+++ external/rst-directive.py 2011-03-24 22:45:43.382142002 +0100
3@@ -39,7 +39,7 @@
4 # ~~~~~~~
5
6 # Set to True if you want inline CSS styles instead of classes
7-INLINESTYLES = False
8+INLINESTYLES = True
9
10 from pygments.formatters import HtmlFormatter
11