From 2eee39add1b91b03acdbf4c8f9e6eed052a25013 Mon Sep 17 00:00:00 2001 From: katherine Date: Thu, 30 Jun 2016 02:04:18 -0700 Subject: fix indentation --- .config/init/gen-userChrome.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.config/init/gen-userChrome.sh') diff --git a/.config/init/gen-userChrome.sh b/.config/init/gen-userChrome.sh index 14b3dec..8fe30d1 100644 --- a/.config/init/gen-userChrome.sh +++ b/.config/init/gen-userChrome.sh @@ -3,35 +3,35 @@ echo "\ /* Get rid of the bottom border */ #TabsToolbar:after { - border-bottom: 0px !important; + border-bottom: 0px !important; } /* Hide the new curved tab edges */ .tab-background { - visibility: hidden !important; + visibility: hidden !important; } /* Hide the little graphic seperators between inactive tabs */ .tabbrowser-tab:before, .tabbrowser-tab:after { - visibility: hidden !important; + visibility: hidden !important; } #TabsToolbar { - -moz-appearance: none !important; - background: ${bg_normal} !important; + -moz-appearance: none !important; + background: ${bg_normal} !important; } .tabbrowser-tab { - background: ${bg_normal} !important; - color: ${fg_normal} !important; + background: ${bg_normal} !important; + color: ${fg_normal} !important; font-family: \"${mfont}\" !important; font-size: ${mfont_size}pt !important; } .tabbrowser-tab[selected] { - background: ${bg_focus} !important; - color: ${fg_focus} !important; + background: ${bg_focus} !important; + color: ${fg_focus} !important; font-family: \"${mfont}\" !important; font-size: ${mfont_size}pt !important; } -- cgit v1.2.3