mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 13:52:26 +01:00
made the MIW use fixed width fonts again
This commit is contained in:
@@ -780,7 +780,6 @@ function Completion() //{{{
|
|||||||
|
|
||||||
bookmark: function bookmark(filter) [0, bookmarks.get(filter)],
|
bookmark: function bookmark(filter) [0, bookmarks.get(filter)],
|
||||||
|
|
||||||
// FIXME: items shouldn't be [[[a], b]], but [[a, b]] and only mapped if at all for bLCS --mst
|
|
||||||
buffer: function buffer(filter)
|
buffer: function buffer(filter)
|
||||||
{
|
{
|
||||||
let items = [];
|
let items = [];
|
||||||
|
|||||||
@@ -131,7 +131,6 @@ function CommandLine() //{{{
|
|||||||
// the widget used for multiline output
|
// the widget used for multiline output
|
||||||
var multilineOutputWidget = document.getElementById("liberator-multiline-output");
|
var multilineOutputWidget = document.getElementById("liberator-multiline-output");
|
||||||
multilineOutputWidget.contentDocument.body.id = "liberator-multiline-output-content";
|
multilineOutputWidget.contentDocument.body.id = "liberator-multiline-output-content";
|
||||||
|
|
||||||
var outputContainer = multilineOutputWidget.parentNode;
|
var outputContainer = multilineOutputWidget.parentNode;
|
||||||
|
|
||||||
// the widget used for multiline intput
|
// the widget used for multiline intput
|
||||||
|
|||||||
@@ -166,13 +166,13 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
|||||||
|
|
||||||
/* MOW */
|
/* MOW */
|
||||||
|
|
||||||
#liberator-completions, #liberator-multiline-output {
|
#liberator-completions, #liberator-multiline-output, #liberator-multiline-input {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
#liberator-completions-content, #liberator-multiline-output-content {
|
#liberator-completions-content, #liberator-multiline-output-content, #liberator-multiline-input {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
font-family: -moz-fixed;
|
font-family: -moz-fixed;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|||||||
Reference in New Issue
Block a user