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

Remove the unwanted SB margin from the command line.

This commit is contained in:
Doug Kearns
2009-03-26 00:25:59 +11:00
parent 3fad7406d2
commit 683d569eb2

View File

@@ -141,13 +141,17 @@ statusbarpanel {
} }
#liberator-commandline-prompt { #liberator-commandline-prompt {
background-color: inherit;
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
background-color: inherit;
} }
#liberator-commandline-command { #liberator-commandline-command {
background-color: inherit; background-color: inherit;
color: inherit; color: inherit;
margin: 0px;
}
#liberator-message {
margin: 0px;
} }
#sidebar { #sidebar {