diff options
author | Georg Brandl <georg@python.org> | 2014-10-04 22:16:39 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-04 22:16:39 +0200 |
commit | ef3477c75c03164dbaf2f60202e8dbeaa6c32a9f (patch) | |
tree | defbbb7876cb4388a21391f139fdaad1fe34558c /pygments/lexers/css.py | |
parent | db34583e200d6ead1a96dc13ce73c72c8a898ff3 (diff) | |
download | pygments-ef3477c75c03164dbaf2f60202e8dbeaa6c32a9f.tar.gz |
fix most remaining overlong lines.
Diffstat (limited to 'pygments/lexers/css.py')
-rw-r--r-- | pygments/lexers/css.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pygments/lexers/css.py b/pygments/lexers/css.py index 33c1ad53..091d4696 100644 --- a/pygments/lexers/css.py +++ b/pygments/lexers/css.py @@ -81,9 +81,9 @@ class CssLexer(RegexLexer): 'list-style', 'margin-bottom', 'margin-left', 'margin-right', 'margin-top', 'margin', 'marker-offset', 'marks', 'max-height', 'max-width', 'min-height', 'min-width', 'opacity', 'orphans', 'outline-color', - 'outline-style', 'outline-width', 'outline', 'overflow', 'overflow-x', 'overflow-y', 'padding-bottom', - 'padding-left', 'padding-right', 'padding-top', 'padding', 'page', - 'page-break-after', 'page-break-before', 'page-break-inside', + 'outline-style', 'outline-width', 'outline', 'overflow', 'overflow-x', + 'overflow-y', 'padding-bottom', 'padding-left', 'padding-right', 'padding-top', + 'padding', 'page', 'page-break-after', 'page-break-before', 'page-break-inside', 'pause-after', 'pause-before', 'pause', 'pitch-range', 'pitch', 'play-during', 'position', 'quotes', 'richness', 'right', 'size', 'speak-header', 'speak-numeral', 'speak-punctuation', 'speak', |