diff --git a/chrome/content/vimperator/commandline.js b/chrome/content/vimperator/commandline.js index ca2e6d2a..95973aa6 100644 --- a/chrome/content/vimperator/commandline.js +++ b/chrome/content/vimperator/commandline.js @@ -565,3 +565,5 @@ this.len = function() {alert(completions.length);}; // } // PreviewWindow.protoype = new CompletionList; // var pw = new PreviewWindow(); + +// vim: set fdm=marker sw=4 ts=4 et: diff --git a/chrome/content/vimperator/default.css b/chrome/content/vimperator/default.css index 716f9281..4910a3cf 100644 --- a/chrome/content/vimperator/default.css +++ b/chrome/content/vimperator/default.css @@ -31,21 +31,20 @@ tr.separator { } hr { /* horizontal lines */ width: 100%; - height: 1; + height: 1px; border-style: solid; /*border-color: #6A97D4;*/ border-color: white; } td.tag { text-align: right; - text-vertical-align: top; + vertical-align: top; white-space: -moz-pre-wrap !important; - border-spacing: 13px 10px 13px 10px; + border-spacing: 13px 10px; border-width: 0px 10px 0px 10px; border-color: blue !important; } td.tag td { - /*width: 100%;*/ width: 100px; padding: 3px 0px 3px 0px; } diff --git a/chrome/content/vimperator/find.js b/chrome/content/vimperator/find.js index 8be77674..ceecb326 100644 --- a/chrome/content/vimperator/find.js +++ b/chrome/content/vimperator/find.js @@ -470,3 +470,5 @@ g_commands.push( null ] ); + +// vim: set fdm=marker sw=4 ts=4 et: