mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 07:57:58 +01:00
small CSS fixes by Doug and added modelines to find.js and commandline.js
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -470,3 +470,5 @@ g_commands.push(
|
||||
null
|
||||
]
|
||||
);
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
Reference in New Issue
Block a user