1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 10:25:46 +01:00

append command output to the MOW rather than overwriting if it is already open

This commit is contained in:
Doug Kearns
2007-10-04 20:35:24 +00:00
parent 685575a316
commit a8bcbcf74b
2 changed files with 70 additions and 64 deletions

View File

@@ -183,8 +183,9 @@ the terms of any one of the MPL, the GPL or the LGPL.
border-spacing: 0px;
}
#vimperator-multiline-output-content td {
padding: 0px;
#vimperator-multiline-output-content td,
#vimperator-multiline-output-content th {
padding: 0px 2px;
}
/* vim: set fdm=marker sw=4 ts=4 et: */