From 80a31de59ca8c9866dd2be2a83740555ac5ecda0 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Mon, 14 May 2007 13:51:50 +0000 Subject: [PATCH] small CSS fixes by Doug and added modelines to find.js and commandline.js --- chrome/content/vimperator/commandline.js | 2 ++ chrome/content/vimperator/default.css | 7 +++---- chrome/content/vimperator/find.js | 2 ++ 3 files changed, 7 insertions(+), 4 deletions(-) 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: