diff --git a/content/vimperator.js b/content/vimperator.js index f785c4ed..1cfae93c 100644 --- a/content/vimperator.js +++ b/content/vimperator.js @@ -33,7 +33,7 @@ const config = { //{{{ /*** optional options, there are checked for existance and a fallback provided ***/ features: ["bookmarks", "hints", "history", "marks", "quickmarks", "session", "tabs", "windows"], - defaults: { guioptions: "N" }, + defaults: { guioptions: "" }, guioptions: { m: ["toolbar-menubar"], T: ["nav-bar"], b: ["PersonalToolbar"] }, get visualbellWindow() getBrowser().mPanelContainer, diff --git a/skin/liberator.css b/skin/liberator.css index 55d83014..9b4faeb6 100644 --- a/skin/liberator.css +++ b/skin/liberator.css @@ -134,6 +134,8 @@ the terms of any one of the MPL, the GPL or the LGPL. .hl-TabNumber { font-weight: bold; padding-right: .3ex; + margin-left: 0px; + margin-right: 0px; } #liberator-container {