diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-11-02 21:44:17 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-11-02 21:44:17 -0400 |
commit | 82f25ae86ec13a41a77ad42d7c3a053148bbba55 (patch) | |
tree | c2a0e0f3c328c5de4890f1d6e7e6766d8febbfc3 /.mozilla/firefox/k6uncrlc.default-esr/chrome | |
parent | 1a73614c47f4ed21c4eb3a3d97d845a7836eb948 (diff) |
Remove old userChrome.css
Diffstat (limited to '.mozilla/firefox/k6uncrlc.default-esr/chrome')
-rw-r--r-- | .mozilla/firefox/k6uncrlc.default-esr/chrome/userChrome.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.mozilla/firefox/k6uncrlc.default-esr/chrome/userChrome.css b/.mozilla/firefox/k6uncrlc.default-esr/chrome/userChrome.css deleted file mode 100644 index 10e0a36..0000000 --- a/.mozilla/firefox/k6uncrlc.default-esr/chrome/userChrome.css +++ /dev/null @@ -1,8 +0,0 @@ -#TabsToolbar { - visibility: collapse; -} /* leaves space for the window buttons */ -#nav-bar { - margin-top: -8px; - margin-right: 74px; - margin-bottom: -4px; -} |