mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 02:57:59 +01:00
Whitespace fixes.
This commit is contained in:
@@ -450,7 +450,6 @@ var ConfigBase = Class("ConfigBase", {
|
|||||||
CmdInput;.dactyl-commandline-command
|
CmdInput;.dactyl-commandline-command
|
||||||
CmdOutput white-space: pre;
|
CmdOutput white-space: pre;
|
||||||
|
|
||||||
|
|
||||||
CompGroup
|
CompGroup
|
||||||
CompGroup:not(:first-of-type) margin-top: .5em;
|
CompGroup:not(:first-of-type) margin-top: .5em;
|
||||||
CompGroup:last-of-type padding-bottom: 1.5ex;
|
CompGroup:last-of-type padding-bottom: 1.5ex;
|
||||||
@@ -478,10 +477,8 @@ var ConfigBase = Class("ConfigBase", {
|
|||||||
CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex;
|
CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex;
|
||||||
CompMore::after content: "⌄";
|
CompMore::after content: "⌄";
|
||||||
|
|
||||||
|
|
||||||
Dense margin-top: 0; margin-bottom: 0;
|
Dense margin-top: 0; margin-bottom: 0;
|
||||||
|
|
||||||
|
|
||||||
EditorEditing;;* background: #bbb !important; -moz-user-input: none !important; -moz-user-modify: read-only !important;
|
EditorEditing;;* background: #bbb !important; -moz-user-input: none !important; -moz-user-modify: read-only !important;
|
||||||
EditorError;;* background: red !important;
|
EditorError;;* background: red !important;
|
||||||
EditorBlink1;;* background: yellow !important;
|
EditorBlink1;;* background: yellow !important;
|
||||||
@@ -686,7 +683,6 @@ var ConfigBase = Class("ConfigBase", {
|
|||||||
HelpList;html|ul;dactyl://help/* display: block; list-style-position: outside; margin: 1em 0;
|
HelpList;html|ul;dactyl://help/* display: block; list-style-position: outside; margin: 1em 0;
|
||||||
HelpListItem;html|li;dactyl://help/* display: list-item;
|
HelpListItem;html|li;dactyl://help/* display: list-item;
|
||||||
|
|
||||||
|
|
||||||
HelpNote color: red; font-weight: bold;
|
HelpNote color: red; font-weight: bold;
|
||||||
|
|
||||||
HelpOpt;;;FontCode color: #106326;
|
HelpOpt;;;FontCode color: #106326;
|
||||||
@@ -733,7 +729,6 @@ var ConfigBase = Class("ConfigBase", {
|
|||||||
HelpHead4;html|h4;dactyl://help/* {
|
HelpHead4;html|h4;dactyl://help/* {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
HelpTab;html|dl;dactyl://help/* {
|
HelpTab;html|dl;dactyl://help/* {
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user