Fix CSS view prompt, update display mode options.

This commit is contained in:
Tomaz Muraus 2014-01-04 17:13:46 +01:00
parent ff2d7a7501
commit c5f4614ba5
2 changed files with 5 additions and 1 deletions

View File

@ -335,7 +335,7 @@ class ViewJavaScript:
class ViewCSS:
name = "CSS"
prompt = ("CSS", "c")
prompt = ("css", "c")
content_types = [
"text/css"
]

View File

@ -61,6 +61,10 @@ class HelpView(urwid.ListBox):
common.highlight_key("json", "s") +
[("text", ": JSON")]
),
(None,
common.highlight_key("css", "c") +
[("text", ": CSS")]
),
(None,
common.highlight_key("urlencoded", "u") +
[("text", ": URL-encoded data")]