summaryrefslogtreecommitdiff
path: root/.mozilla/firefox/whisperwood/chrome/userChrome.css
diff options
context:
space:
mode:
Diffstat (limited to '.mozilla/firefox/whisperwood/chrome/userChrome.css')
-rw-r--r--.mozilla/firefox/whisperwood/chrome/userChrome.css8
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;
+}