diff --git a/chrome/content/vimperator/default.css b/chrome/content/vimperator/default.css index 7e352560..0148e0e1 100644 --- a/chrome/content/vimperator/default.css +++ b/chrome/content/vimperator/default.css @@ -1,6 +1,7 @@ div.main { - font-family: monospace; + font-family: -moz-fixed; font-size: 12px; + white-space: -moz-pre-wrap; width: 800px; margin-left: auto; margin-right: auto; diff --git a/chrome/content/vimperator/help.js b/chrome/content/vimperator/help.js index 4561dfd4..f4f20afa 100644 --- a/chrome/content/vimperator/help.js +++ b/chrome/content/vimperator/help.js @@ -134,19 +134,19 @@ function help(section, easter) } var header = '

Vimperator

\n' + - '

First there was a Navigator, then there was an Explorer.
\n' + + '

First there was a Navigator, then there was an Explorer.\n' + 'Later it was time for a Konqueror. Now it\'s time for an Imperator, the VIMperator :)

\n'; var introduction = '

Introduction

' + - '

Vimperator is a free browser add-on for Firefox, which makes it look and behave like the Vim text editor.
' + + '

Vimperator is a free browser add-on for Firefox, which makes it look and behave like the Vim text editor. ' + 'It has similar key bindings, and you could call it a modal web browser, as key bindings differ according to which mode you are in.

\n' + '

Warning: To provide the most authentic Vim experience, the Firefox menubar and toolbar were hidden.
' + - 'If you really need them, type: :set guioptions=mT to get it back.
\n' + - 'If you don\'t like Vimperator at all, you can uninstall it by typing :addons and remove/disable it.
' + + 'If you really need them, type: :set guioptions=mT to get it back.\n' + + 'If you don\'t like Vimperator at all, you can uninstall it by typing :addons and remove/disable it.' + 'If you like it, but can\'t remember the shortcuts, press F1 or :help to get this help window back.

\n' + - '

Since Vimperator\'s GUI is embedded into a toolbar, it may look too 3D-like with the default theme.
' + + '

Since Vimperator\'s GUI is embedded into a toolbar, it may look too 3D-like with the default theme. ' + 'For best experience, I therefore recommend the Whitehart theme.

\n' + '

Vimperator was written by Martin Stubenschrott. If you appreciate my work on Vimperator, you can either send me greetings, patches or make a donation:

\n' +