From 683d569eb286be62582f3f9ad149fb8f3500c74c Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 26 Mar 2009 00:25:59 +1100 Subject: [PATCH] Remove the unwanted SB margin from the command line. --- common/skin/liberator.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/skin/liberator.css b/common/skin/liberator.css index 48c22c33..a5857cd5 100644 --- a/common/skin/liberator.css +++ b/common/skin/liberator.css @@ -141,13 +141,17 @@ statusbarpanel { } #liberator-commandline-prompt { + background-color: inherit; margin: 0px; padding: 0px; - background-color: inherit; } #liberator-commandline-command { background-color: inherit; color: inherit; + margin: 0px; +} +#liberator-message { + margin: 0px; } #sidebar {