diff options
Diffstat (limited to '.mozilla/firefox/whisperwood')
-rw-r--r-- | .mozilla/firefox/whisperwood/chrome/userChrome.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.mozilla/firefox/whisperwood/chrome/userChrome.css b/.mozilla/firefox/whisperwood/chrome/userChrome.css new file mode 100644 index 0000000..10e0a36 --- /dev/null +++ b/.mozilla/firefox/whisperwood/chrome/userChrome.css @@ -0,0 +1,8 @@ +#TabsToolbar { + visibility: collapse; +} /* leaves space for the window buttons */ +#nav-bar { + margin-top: -8px; + margin-right: 74px; + margin-bottom: -4px; +} |