1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 14:27:58 +01:00

small CSS fixes by Doug and added modelines to find.js and commandline.js

This commit is contained in:
Martin Stubenschrott
2007-05-14 13:51:50 +00:00
parent ea6069dc06
commit 80a31de59c
3 changed files with 7 additions and 4 deletions

View File

@@ -565,3 +565,5 @@ this.len = function() {alert(completions.length);};
// } // }
// PreviewWindow.protoype = new CompletionList; // PreviewWindow.protoype = new CompletionList;
// var pw = new PreviewWindow(); // var pw = new PreviewWindow();
// vim: set fdm=marker sw=4 ts=4 et:

View File

@@ -31,21 +31,20 @@ tr.separator {
} }
hr { /* horizontal lines */ hr { /* horizontal lines */
width: 100%; width: 100%;
height: 1; height: 1px;
border-style: solid; border-style: solid;
/*border-color: #6A97D4;*/ /*border-color: #6A97D4;*/
border-color: white; border-color: white;
} }
td.tag { td.tag {
text-align: right; text-align: right;
text-vertical-align: top; vertical-align: top;
white-space: -moz-pre-wrap !important; white-space: -moz-pre-wrap !important;
border-spacing: 13px 10px 13px 10px; border-spacing: 13px 10px;
border-width: 0px 10px 0px 10px; border-width: 0px 10px 0px 10px;
border-color: blue !important; border-color: blue !important;
} }
td.tag td { td.tag td {
/*width: 100%;*/
width: 100px; width: 100px;
padding: 3px 0px 3px 0px; padding: 3px 0px 3px 0px;
} }

View File

@@ -470,3 +470,5 @@ g_commands.push(
null null
] ]
); );
// vim: set fdm=marker sw=4 ts=4 et: