Skip to content

Commit

Permalink
Use a pygments style that exists on old, old el6.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Mar 4, 2014
1 parent bdf5305 commit d671c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datagrepper/app.py
Expand Up @@ -437,7 +437,7 @@ def msg_id():
pygments.lexers.JavascriptLexer(),
pygments.formatters.HtmlFormatter(
noclasses=True,
style="monokai",
style="emacs",
)
).strip()
message_dict = message_card(msg, size)
Expand Down
2 changes: 1 addition & 1 deletion datagrepper/static/css/raw.css
Expand Up @@ -25,5 +25,5 @@ p {
border-radius: 15px;
}
.highlight pre {
background-color: #272822;
//background-color: #272822;

This comment has been minimized.

Copy link
@relrod

relrod Mar 4, 2014

Member

Not valid syntax in CSS. :(

Needs to be /* ... */.

This comment has been minimized.

Copy link
@relrod

relrod Mar 4, 2014

Member

This actually affects line 22 as well, though that isn't changed in this commit.

}

0 comments on commit d671c8d

Please sign in to comment.