chiark / gitweb /
doc: i wrote this half asleep, apparently.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 15 Sep 2019 14:48:47 +0000 (16:48 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 15 Sep 2019 14:48:47 +0000 (16:48 +0200)
doc/css/themes.rst

index 50159dd1ec0d7485cef2f14be8abf58932a3942e..3f7164e65251d99b051b398e077904a470213def 100644 (file)
@@ -144,9 +144,10 @@ then generate a CSS file out of it:
 
 Alternatively, you can use any of the builtin styles --- pick the one you like
 at http://pygments.org/demo/ and then tell ``pygmentize`` to generate a CSS for
-it. For example, for the ``pastie`` style. Note that you might want to remove
-the first two lines of the resulting CSS (setting :css:`background-color`) as
-those would in most cases conflict with the style in m.css.
+it. For example, the below command is for the ``pastie`` style. Note that you
+might want to remove the first two lines of the resulting CSS (setting
+:css:`background-color`) as those would in most cases conflict with the style
+in m.css.
 
 .. code:: sh